Skip to content

Commit

Permalink
#226 more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Jun 11, 2024
1 parent 3fd3ca9 commit 1cdf9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vignettes/adbcva.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Often ADBCVA datasets contain derived records for BCVA in LogMAR units. This can
adbcva <- adbcva %>%
derive_param_computed(
by_vars = c(
get_admiral_option("subject_keys"),
get_admiral_option("subject_keys"),
exprs(VISIT, VISITNUM, OEDY, OEDTC, AFEYE, !!!adsl_vars)
),
parameters = c("SBCVA"),
Expand All @@ -138,7 +138,7 @@ adbcva <- adbcva %>%
) %>%
derive_param_computed(
by_vars = c(
get_admiral_option("subject_keys"),
get_admiral_option("subject_keys"),
exprs(VISIT, VISITNUM, OEDY, OEDTC, AFEYE, !!!adsl_vars)
),
parameters = c("FBCVA"),
Expand Down
4 changes: 2 additions & 2 deletions vignettes/advfq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ advfq <- advfq %>%
derive_summary_records(
dataset_add = advfq,
by_vars = c(
get_admiral_option("subject_keys"),
get_admiral_option("subject_keys"),
exprs(!!!adsl_vars, PARAMCD, VISITNUM, VISIT)
),
filter_add = QSTESTCD == "VFQ1" & !is.na(AVAL),
Expand Down Expand Up @@ -159,7 +159,7 @@ advfq <- advfq %>%
derive_summary_records(
dataset_add = advfq,
by_vars = c(
get_admiral_option("subject_keys"),
get_admiral_option("subject_keys"),
exprs(!!!adsl_vars, VISITNUM, VISIT, ADT, ADY)
),
filter_add = PARAMCD %in% c("QR01", "QR02") & !is.na(AVAL),
Expand Down

0 comments on commit 1cdf9f1

Please sign in to comment.