Skip to content

Commit

Permalink
#228 Replace example test data with pharmaversesdtm
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasoplakus committed Dec 20, 2023
1 parent 8914613 commit f398584
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions R/derive_vars_merged_vaccine.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
#' library(tibble)
#' library(admiral)
#' library(dplyr)
#' library(pharmaversesdtm)
#'
#' derive_vars_merged_vaccine(
#' dataset = vx_face,
#' dataset_ex = vx_ex,
#' dataset = face_vaccine,
#' dataset_ex = ex_vaccine,
#' dataset_supp = NULL,
#' dataset_suppex = NULL,
#' by_vars_sys = exprs(USUBJID, FATPTREF = EXLNKGRP),
Expand All @@ -75,10 +76,10 @@
#' head(10)
#'
#' derive_vars_merged_vaccine(
#' dataset = vx_face,
#' dataset_ex = vx_ex,
#' dataset_supp = vx_suppface,
#' dataset_suppex = vx_suppex,
#' dataset = face_vaccine,
#' dataset_ex = ex_vaccine,
#' dataset_supp = suppface_vaccine,
#' dataset_suppex = suppex_vaccine,
#' by_vars_sys = exprs(USUBJID, FATPTREF = EXLNKGRP),
#' by_vars_adms = exprs(USUBJID, FATPTREF = EXLNKGRP, FALOC = EXLOC, FALAT = EXLAT),
#' ex_vars = exprs(EXTRT, EXDOSE, EXDOSU, EXSTDTC, EXENDTC)
Expand Down
13 changes: 7 additions & 6 deletions man/derive_vars_merged_vaccine.Rd

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

0 comments on commit f398584

Please sign in to comment.