Skip to content

Commit

Permalink
Per lintr check remove commented out code from ADADAS program.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Devine committed Feb 6, 2024
1 parent f1e5a30 commit d8f5be3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions submission/programs/adadas.r
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ actot_expected_obsv <- tibble::tribble(
)

adas_locf2 <- adas4 %>%
# mutate(
# AVAL = if_else(is.na(DTYPE), AVAL, NA),
# DTYPE = if_else(is.na(DTYPE), DTYPE, NA)
# ) %>%
restrict_derivation(
derivation = derive_locf_records,
args = params(
Expand Down

0 comments on commit d8f5be3

Please sign in to comment.