Skip to content

Commit

Permalink
#32 Delete dm_peds call as replaced by adsl_peds
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny-Gautier committed May 24, 2024
1 parent a93a2cc commit 02857ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inst/templates/ad_advs.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,9 @@ who_wt_for_ht_lgth <- who_wt_for_ht_boys %>%

# Once available to the Pharmaverse, needs to uncomment below data calls
# data("vs_peds")
# data("dm_peds")
# data("adsl_peds")

vs <- vs_peds
dm <- dm_peds
adsl <- adsl_peds %>% select(-DOMAIN)

# When SAS datasets are imported into R using haven::read_sas(), missing
Expand Down Expand Up @@ -175,7 +173,7 @@ param_lookup <- tibble::tribble(
)
attr(param_lookup$VSTESTCD, "label") <- "Vital Signs Test Short Name"

# Get list of DM vars required for derivations
# Get list of ADSL vars required for derivations
adsl_vars <- exprs(SEX, BRTHDTC, TRTSDT, TRTEDT, TRT01A, TRT01P)

advs <- vs %>%
Expand Down

0 comments on commit 02857ae

Please sign in to comment.