Skip to content

Commit b3d93c8

Browse files
authored
Merge pull request #286 from Merck/change_footnote_article
update footnote to remove misleading information
2 parents d19a6fe + 6cbf177 commit b3d93c8

7 files changed

Lines changed: 16 additions & 16 deletions

vignettes/example-sublineby-pageby-groupby.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ds_tbl <- ds %>%
135135
border_bottom = c("single", rep("", 4)),
136136
) %>%
137137
rtf_footnote(c("This is footnote")) %>%
138-
rtf_source("Source: [Study MK9999P001: adam-adsl]")
138+
rtf_source("Source: [Study CDISCPILOT01: adam-adsl]")
139139
```
140140

141141
### Step 3: Output
@@ -246,7 +246,7 @@ apr0ae_rtf <- apr0ae %>%
246246
pageby_row = "first_row",
247247
) %>%
248248
rtf_footnote(c("This is footnote")) %>%
249-
rtf_source("Source: [Study MK9999P001: adam-adae]")
249+
rtf_source("Source: [Study CDISCPILOT01: adam-adae]")
250250
```
251251

252252
### Step 3: Output
@@ -305,7 +305,7 @@ ae_tbl <- ae_t1 %>%
305305
arrange(SUBLINEBY, TRTA, SUBJLINE, USUBJID, ASTDY) %>%
306306
rtf_page(orientation = "landscape", col_width = 9) %>%
307307
rtf_page_header() %>%
308-
rtf_page_footer(text = "CONFIDENTIAL") %>%
308+
rtf_page_footer(text = "This is Page Footer Information") %>%
309309
rtf_title(
310310
"Listing of Subjects With Serious Adverse Events",
311311
"ASaT"
@@ -329,7 +329,7 @@ ae_tbl <- ae_t1 %>%
329329
group_by = c("USUBJID", "ASTDY")
330330
) %>%
331331
rtf_footnote(c("This is footnote 1")) %>%
332-
rtf_source("Source: [Study MK9999P001: adam-adae]")
332+
rtf_source("Source: [Study CDISCPILOT01: adam-adae]")
333333
```
334334

335335
### Step 3: Output
115 Bytes
Binary file not shown.
-342 Bytes
Binary file not shown.
-330 Bytes
Binary file not shown.

vignettes/rtf/pageby-ae-listing.rtf

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/rtf/pageby-disposition.rtf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/rtf/pageby-firstrow-ae.rtf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)