Skip to content

Commit

Permalink
updated footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
laxamanaj committed Apr 18, 2024
1 parent 6ce6012 commit 6efc129
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions submission/programs/tlf-efficacy.r
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 6efc129

Please sign in to comment.