Skip to content

Commit

Permalink
Merge pull request #42 from RConsortium/40-update-pilot3-programs-for…
Browse files Browse the repository at this point in the history
…-zip-build+run-with-pilot3utils-namespace-and-library-reference

fix: footnote in tlf-efficacy.r
  • Loading branch information
laxamanaj authored Apr 18, 2024
2 parents 80f03a7 + ca82c21 commit 32b0059
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,9 @@ tbl_1 <- apr0ancova1 %>%
"{^b} Based on an Analysis of covariance (ANCOVA) model with treatment and baseline value as covariates",
"CI = Confidence Interval, LS = Least Squares, SD = Standard Deviation"
)
) %>%
rtf_footnote(
footnote = c(
paste("Table generated on:", Sys.time())
),
as_table = FALSE,
text_justification = "c"
) %>%
) %>%
rtf_source(
source = "Source: [pilot3: adam-adsl; adlbc]",
source = c(paste("Table generated on:", Sys.time()),"Source: [pilot3: adam-adsl; adlbc]"),
text_justification = "c"
)

Expand Down

0 comments on commit 32b0059

Please sign in to comment.