Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue1034
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Nov 3, 2024
2 parents 0c5a1a5 + 1416cf5 commit c4323aa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/print.parameters_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@
#' default for the `select` argument. See argument's documentation for available
#' options.
#'
#' - `easystats_table_width`: `options(easystats_table_width = <value>)` 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.
Expand Down
6 changes: 6 additions & 0 deletions man/model_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions man/print.compare_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions man/print.parameters_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4323aa

Please sign in to comment.