Skip to content

Commit 4be4eab

Browse files
committed
adding gt class
1 parent 1506e11 commit 4be4eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/accepted_table_classes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#' @examples
77
#' accepted_table_classes()
88
accepted_table_classes <- function() {
9-
c("gtsummary", "gt", "flextable")
9+
c("gtsummary", "gt_tbl", "flextable")
1010
}

R/save_with_rmarkdown.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Save Input via R markdown.
44
#'
5-
#' @param x (`gtsummary`/`flextable`/`list`)\cr
5+
#' @param x (`gtsummary`/`gt_tbl`/`flextable`/`list`)\cr
66
#' table object of class `'gtsummary'` or `'flextable'`, or a list
77
#' of table objects.
88
#' @param path (`path`)\cr

0 commit comments

Comments
 (0)