From 8084d93978b87f59a666072446b638b486ddb262 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 12 Mar 2024 10:51:10 +0100 Subject: [PATCH] docs --- R/apply_table_theme.R | 2 +- man/export_table.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/apply_table_theme.R b/R/apply_table_theme.R index 076ab1f6fc..6aad2a7f1b 100644 --- a/R/apply_table_theme.R +++ b/R/apply_table_theme.R @@ -1,7 +1,7 @@ #' @param out A `tinytable` object. #' @param x The underlying data frame, used to create `out`. #' @param theme The theme to apply to the table. One of `"default"`, `"grid"`, -#' `"striped"`, `"bootstrap"`, or `"darklines"`. +#' `"striped"`, `"bootstrap"`, `"void"`, `"tabular"`, or `"darklines"`. #' @param sub_header_positions A vector of row positions to apply a border to. #' Currently particular for internal use of other _easystats_ packages. #' @rdname export_table diff --git a/man/export_table.Rd b/man/export_table.Rd index 732a6cfa1a..6f898760ba 100644 --- a/man/export_table.Rd +++ b/man/export_table.Rd @@ -37,7 +37,7 @@ export_table( data frames into multiple tables.} \item{theme}{The theme to apply to the table. One of \code{"default"}, \code{"grid"}, -\code{"striped"}, \code{"bootstrap"}, or \code{"darklines"}.} +\code{"striped"}, \code{"bootstrap"}, \code{"void"}, \code{"tabular"}, or \code{"darklines"}.} \item{sub_header_positions}{A vector of row positions to apply a border to. Currently particular for internal use of other \emph{easystats} packages.}