Skip to content

Commit 960ec32

Browse files
committed
add example
1 parent fe00d1e commit 960ec32

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

R/export_table.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
#' # split longer tables
101101
#' export_table(head(iris), table_width = 30)
102102
#'
103+
#' # group (split) tables by variables
104+
#' export_table(head(mtcars, 8), by = "cyl")
105+
#'
103106
#' \donttest{
104107
#' # colored footers
105108
#' data(iris)

man/export_table.Rd

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

0 commit comments

Comments
 (0)