diff --git a/R/print.parameters_model.R b/R/print.parameters_model.R index fe6ec75da..61ab8cb81 100644 --- a/R/print.parameters_model.R +++ b/R/print.parameters_model.R @@ -147,6 +147,13 @@ #' default for the `select` argument. See argument's documentation for available #' options. #' +#' - `easystats_table_width`: `options(easystats_table_width = )` will +#' set the default width for tables in text-format, i.e. for most of the outputs +#' printed to console. If not specified, tables will be adjusted to the current +#' available width, e.g. of the of the console (or any other source for textual +#' output, like markdown files). The argument `table_width` can also be used in +#' most `print()` methods to specify the table width as desired. +#' #' - `easystats_html_engine`: `options(easystats_html_engine = "gt")` will set #' the default HTML engine for tables to `gt`, i.e. the _gt_ package is used to #' create HTML tables. If set to `tt`, the _tinytable_ package is used. diff --git a/man/model_parameters.Rd b/man/model_parameters.Rd index 80f067b8f..e92afb737 100644 --- a/man/model_parameters.Rd +++ b/man/model_parameters.Rd @@ -434,6 +434,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used. diff --git a/man/print.compare_parameters.Rd b/man/print.compare_parameters.Rd index bf8fd3172..7185d2d86 100644 --- a/man/print.compare_parameters.Rd +++ b/man/print.compare_parameters.Rd @@ -248,6 +248,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used. diff --git a/man/print.parameters_model.Rd b/man/print.parameters_model.Rd index d3d0b4d8b..ec4954f0a 100644 --- a/man/print.parameters_model.Rd +++ b/man/print.parameters_model.Rd @@ -289,6 +289,12 @@ will replace the interaction mark (by default, \code{*}) with the related charac \item \code{parameters_select}: \verb{options(parameters_select = )} will set the default for the \code{select} argument. See argument's documentation for available options. +\item \code{easystats_table_width}: \verb{options(easystats_table_width = )} will +set the default width for tables in text-format, i.e. for most of the outputs +printed to console. If not specified, tables will be adjusted to the current +available width, e.g. of the of the console (or any other source for textual +output, like markdown files). The argument \code{table_width} can also be used in +most \code{print()} methods to specify the table width as desired. \item \code{easystats_html_engine}: \code{options(easystats_html_engine = "gt")} will set the default HTML engine for tables to \code{gt}, i.e. the \emph{gt} package is used to create HTML tables. If set to \code{tt}, the \emph{tinytable} package is used.