Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vignettes/example-sublineby-pageby-groupby.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ds_tbl <- ds %>%
border_bottom = c("single", rep("", 4)),
) %>%
rtf_footnote(c("This is footnote")) %>%
rtf_source("Source: [Study MK9999P001: adam-adsl]")
rtf_source("Source: [Study CDISCPILOT01: adam-adsl]")
```

### Step 3: Output
Expand Down Expand Up @@ -246,7 +246,7 @@ apr0ae_rtf <- apr0ae %>%
pageby_row = "first_row",
) %>%
rtf_footnote(c("This is footnote")) %>%
rtf_source("Source: [Study MK9999P001: adam-adae]")
rtf_source("Source: [Study CDISCPILOT01: adam-adae]")
```

### Step 3: Output
Expand Down Expand Up @@ -305,7 +305,7 @@ ae_tbl <- ae_t1 %>%
arrange(SUBLINEBY, TRTA, SUBJLINE, USUBJID, ASTDY) %>%
rtf_page(orientation = "landscape", col_width = 9) %>%
rtf_page_header() %>%
rtf_page_footer(text = "CONFIDENTIAL") %>%
rtf_page_footer(text = "This is Page Footer Information") %>%
rtf_title(
"Listing of Subjects With Serious Adverse Events",
"ASaT"
Expand All @@ -329,7 +329,7 @@ ae_tbl <- ae_t1 %>%
group_by = c("USUBJID", "ASTDY")
) %>%
rtf_footnote(c("This is footnote 1")) %>%
rtf_source("Source: [Study MK9999P001: adam-adae]")
rtf_source("Source: [Study CDISCPILOT01: adam-adae]")
```

### Step 3: Output
Expand Down
Binary file modified vignettes/pdf/pageby-ae-listing.pdf
Binary file not shown.
Binary file modified vignettes/pdf/pageby-disposition.pdf
Binary file not shown.
Binary file modified vignettes/pdf/pageby-firstrow-ae.pdf
Binary file not shown.
20 changes: 10 additions & 10 deletions vignettes/rtf/pageby-ae-listing.rtf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/rtf/pageby-disposition.rtf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/rtf/pageby-firstrow-ae.rtf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.