diff --git a/R/data_codebook.R b/R/data_codebook.R index 6cd9bab81..5dffbf9c2 100644 --- a/R/data_codebook.R +++ b/R/data_codebook.R @@ -33,7 +33,8 @@ #' #' @note There are methods to `print()` the data frame in a nicer output, as #' well methods for printing in markdown or HTML format (`print_md()` and -#' `print_html()`). +#' `print_html()`). The `print()` method for text outputs passes arguments in +#' `...` to [`insight::export_table()`]. #' #' @examples #' data(iris) diff --git a/R/data_tabulate.R b/R/data_tabulate.R index 557280d26..621fabbb1 100644 --- a/R/data_tabulate.R +++ b/R/data_tabulate.R @@ -48,7 +48,8 @@ #' @note #' There are `print_html()` and `print_md()` methods available for printing #' frequency or crosstables in HTML and markdown format, e.g. -#' `print_html(data_tabulate(x))`. +#' `print_html(data_tabulate(x))`. The `print()` method for text outputs passes +#' arguments in `...` to [`insight::export_table()`]. #' #' @return A data frame, or a list of data frames, with one frequency table #' as data frame per variable. diff --git a/man/data_codebook.Rd b/man/data_codebook.Rd index 319f4e5b6..d5a542be4 100644 --- a/man/data_codebook.Rd +++ b/man/data_codebook.Rd @@ -127,7 +127,8 @@ labels, values or value range, frequencies, amount of missing values). \note{ There are methods to \code{print()} the data frame in a nicer output, as well methods for printing in markdown or HTML format (\code{print_md()} and -\code{print_html()}). +\code{print_html()}). The \code{print()} method for text outputs passes arguments in +\code{...} to \code{\link[insight:export_table]{insight::export_table()}}. } \examples{ data(iris) diff --git a/man/data_tabulate.Rd b/man/data_tabulate.Rd index 032c0b989..b28a26ede 100644 --- a/man/data_tabulate.Rd +++ b/man/data_tabulate.Rd @@ -167,7 +167,8 @@ frequency tables as data frame. See 'Examples'. \note{ There are \code{print_html()} and \code{print_md()} methods available for printing frequency or crosstables in HTML and markdown format, e.g. -\code{print_html(data_tabulate(x))}. +\code{print_html(data_tabulate(x))}. The \code{print()} method for text outputs passes +arguments in \code{...} to \code{\link[insight:export_table]{insight::export_table()}}. } \section{Crosstables}{