Skip to content

Commit

Permalink
(#23) Small editorial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAskeland committed Oct 5, 2024
1 parent d7ad784 commit 417e112
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions inst/ad_advs.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name: ADVS
#
# Label: Vital Signs Analysis Dataset
# Label: Vital Signs Analysis dataset
#
# Input: adsl, vs

Expand All @@ -15,7 +15,7 @@ library(stringr)

# Define look-up tables ----
# See function documentation for `derive_vars_merged_lookup()` and
# `derive_vars_cat` for information of how look-up tables are used
# `derive_vars_cat()` for information of how look-up tables can be used:
# (https://pharmaverse.github.io/admiral/reference/derive_vars_merged_lookup.html)
# (https://pharmaverse.github.io/admiral/reference/derive_vars_cat.html)

Expand Down Expand Up @@ -68,8 +68,9 @@ advs <- advs |>
by_vars = exprs(STUDYID, USUBJID)
)

# Add parameter info to enable later derivations. Parameter information will
# be merged again, when all required AVDS derivations are made.
# Add parameter (PARAMCD) info to enable later ADVS derivations. Additional
# parameter information will be merged again, after all AVDS derivations are
# completed.
advs <- advs |>
derive_vars_merged_lookup(
dataset_add = param_lookup,
Expand Down Expand Up @@ -159,7 +160,7 @@ advs <- advs |>


# Derive Baseline variables ----
# See the "Derive Baseline" and "Derive Change from Baseline " vignette section
# See the "Derive Baseline" and "Derive Change from Baseline " vignette sections
# for more information:
# (https://pharmaverse.github.io/admiral/articles/bds_finding.html#baseline)
# (https://pharmaverse.github.io/admiral/articles/bds_finding.html#bchange)
Expand Down

0 comments on commit 417e112

Please sign in to comment.