Skip to content

Commit 2c1f9fd

Browse files
committed
docs
1 parent 4f7b5bf commit 2c1f9fd

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

R/print.parameters_model.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@
147147
#' default for the `select` argument. See argument's documentation for available
148148
#' options.
149149
#'
150+
#' - `easystats_table_width`: `options(easystats_table_width = <value>)` will
151+
#' set the default width for tables in text-format, i.e. for most of the outputs
152+
#' printed to console. If not specified, tables will be adjusted to the current
153+
#' available width, e.g. of the of the console (or any other source for textual
154+
#' output, like markdown files). The argument `table_width` can also be used in
155+
#' most `print()` methods to specify the table width as desired.
156+
#'
150157
#' - `easystats_html_engine`: `options(easystats_html_engine = "gt")` will set
151158
#' the default HTML engine for tables to `gt`, i.e. the _gt_ package is used to
152159
#' create HTML tables. If set to `tt`, the _tinytable_ package is used.

man/model_parameters.Rd

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

man/print.compare_parameters.Rd

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

man/print.parameters_model.Rd

Lines changed: 6 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)