Skip to content

Commit

Permalink
chore: #2142 update documentation based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed Nov 8, 2023
1 parent b6d61b6 commit a0dc08a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 3 additions & 4 deletions R/derive_param_exposure.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
#' start (`ASTDT(M)`)and end date (`AENDT(M)`) as the minimum and maximum date by `by_vars`.
#'
#' @param dataset
#' `r roxygen_param_dataset(expected_vars = c("by_vars", "analysis_var"))`
#' `PARAMCD` is expected as well,
#' `r roxygen_param_dataset(expected_vars = c("by_vars"))`
#'
#' @param dataset_add Additional dataset
#'
#' The variables specified for `by_vars`, `analysis_var`,
#' + alongside either `ASTDTM` and `AENDTM` or `ASTDT` and `AENDT` are also expected.
#' The variables specified for `by_vars`, `analysis_var`, `PARAMCD`,
#' alongside either `ASTDTM` and `AENDTM` or `ASTDT` and `AENDT` are also expected.
#' Observations from the specified dataset are going to be used to calculate and added
#' as new records to the input dataset (`dataset`).
#'
Expand Down
11 changes: 4 additions & 7 deletions man/derive_param_exposure.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0dc08a

Please sign in to comment.