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
[](https://app.codecov.io/gh/insightsengineering/pager)
15
14
<!-- badges: end -->
16
15
17
-
The pager package makes it simple to save tables of class gtsummary, gt,
18
-
and flextable as a Word document using a reference document. This is
19
-
accomplished by creating the document via R markdown using the
20
-
`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.
21
19
22
-
The package also supports lists of table objects. When a list is passed,
23
-
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).
24
22
25
23
## Installation
26
24
27
-
You can install the development version of pager from
28
-
[GitHub](https://github.com/) with:
25
+
You can install the development version of pager from [GitHub](https://github.com/) with:
0 commit comments