Skip to content

Commit 1af41d8

Browse files
committed
2 parents 574cb8e + 32b0059 commit 1af41d8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

m5/datasets/rconsortiumpilot3/analysis/adam/programs/tlf-efficacy.r

+2-9
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,9 @@ tbl_1 <- apr0ancova1 %>%
146146
"{^b} Based on an Analysis of covariance (ANCOVA) model with treatment and baseline value as covariates",
147147
"CI = Confidence Interval, LS = Least Squares, SD = Standard Deviation"
148148
)
149-
) %>%
150-
rtf_footnote(
151-
footnote = c(
152-
paste("Table generated on:", Sys.time())
153-
),
154-
as_table = FALSE,
155-
text_justification = "c"
156-
) %>%
149+
) %>%
157150
rtf_source(
158-
source = "Source: [pilot3: adam-adsl; adlbc]",
151+
source = c(paste("Table generated on:", Sys.time()),"Source: [pilot3: adam-adsl; adlbc]"),
159152
text_justification = "c"
160153
)
161154

0 commit comments

Comments
 (0)