Skip to content

Commit

Permalink
Merge pull request #202 from MichaelChirico/patch-2
Browse files Browse the repository at this point in the history
change indentation in template
  • Loading branch information
manciniedoardo authored Oct 25, 2023
2 parents 97593e7 + 46c53e0 commit 2ca3b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/templates/ad_advfq.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ advfq_blfl <- advfq_ontrt %>%
new_var = ABLFL,
mode = "last"
),
filter = (!is.na(AVAL) &
ADT <= TRTSDT)
filter = (!is.na(AVAL) & ADT <= TRTSDT)
)

## Derive baseline information ----
Expand Down

0 comments on commit 2ca3b0a

Please sign in to comment.