Skip to content

Commit

Permalink
Per lintr check remove trailing white spaces on lines 129, 139 from A…
Browse files Browse the repository at this point in the history
…DADAS program.wq!
  • Loading branch information
Robert Devine committed Feb 6, 2024
1 parent d8f5be3 commit e1df708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submission/programs/adadas.r
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ actot_expected_obsv <- tibble::tribble(
"ACTOT", 24, "Week 24"
)

adas_locf2 <- adas4 %>%
adas_locf2 <- adas4 %>%
restrict_derivation(
derivation = derive_locf_records,
args = params(
Expand All @@ -136,7 +136,7 @@ adas_locf2 <- adas4 %>%
TRTP, TRTPN, AGE, AGEGR1, AGEGR1N, RACE, RACEN, SEX,
ITTFL, EFFFL, COMP24FL, PARAMCD
),
order = exprs(AVISITN, AVISIT),
order = exprs(AVISITN, AVISIT),
keep_vars = exprs(VISIT, VISITNUM, ADY, ADT, PARAM, PARAMN, QSSEQ)
),
filter = !is.na(ANL01FL)
Expand Down

0 comments on commit e1df708

Please sign in to comment.