You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+53-19Lines changed: 53 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,6 @@ output: github_document
4
4
5
5
<!-- README.md is generated from README.Rmd. Please edit that file -->
6
6
7
-
```{r, include = FALSE}
8
-
knitr::opts_chunk$set(
9
-
collapse = TRUE,
10
-
comment = "#>",
11
-
fig.path = "man/figures/README-",
12
-
out.width = "100%"
13
-
)
14
-
```
15
-
16
7
# pager
17
8
18
9
<!-- badges: start -->
@@ -22,11 +13,12 @@ knitr::opts_chunk$set(
22
13
[](https://app.codecov.io/gh/insightsengineering/pager)
23
14
<!-- badges: end -->
24
15
25
-
The pager package makes it simple to save tables of class gtsummary, gt, and flextable as a Word document using a reference document.
26
-
This is accomplished by creating the document via R markdown using the `reference_docx:` field.
16
+
The pager package makes it simple to save tables and plots as Word, HTML, or plain text documents.
17
+
Tables of class `gtsummary`, `gt`, and `flextable`, as well as `ggplot` and `grob` plots, are supported.
18
+
This is accomplished by rendering the objects via R Markdown.
27
19
28
-
The package also supports lists of table objects.
29
-
When a list is passed, a page break is placed between each table in the list.
20
+
The package also supports lists of objects.
21
+
When a list is passed, each element is placed on a separate page (Word), separated by a horizontal rule (HTML), or separated by a horizontal rule (plain text).
0 commit comments