From 6efc1291c141950259fc381c70f0cd98da827705 Mon Sep 17 00:00:00 2001 From: Joel Laxamana Date: Thu, 18 Apr 2024 17:07:58 +0000 Subject: [PATCH] updated footnotes --- submission/programs/tlf-efficacy.r | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/submission/programs/tlf-efficacy.r b/submission/programs/tlf-efficacy.r index 1ec1f0f..d6dbaaf 100644 --- a/submission/programs/tlf-efficacy.r +++ b/submission/programs/tlf-efficacy.r @@ -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" )