Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adam/adae.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion adam/adae.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading