diff --git a/adam/adae.R b/adam/adae.R index 80625cc7..f7071f14 100644 --- a/adam/adae.R +++ b/adam/adae.R @@ -35,7 +35,7 @@ metacore <- spec_to_metacore( # Select required ADSL variables adsl_vars <- exprs(TRTSDT, TRTEDT, DTHDT) -# Join ADSL variables with VS +# Join ADSL variables with AE adae <- ae %>% derive_vars_merged( dataset_add = adsl, diff --git a/adam/adae.qmd b/adam/adae.qmd index bf5c13e0..0f686ae9 100644 --- a/adam/adae.qmd +++ b/adam/adae.qmd @@ -91,7 +91,7 @@ Some variables from the `ADSL` dataset required for the derivations are merged i # Select required ADSL variables adsl_vars <- exprs(TRTSDT, TRTEDT, DTHDT) -# Join ADSL variables with VS +# Join ADSL variables with AE adae <- ae %>% derive_vars_merged( dataset_add = adsl,