Skip to content

Commit

Permalink
news, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 1, 2024
1 parent 061e934 commit 9821313
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* The function to calculate the corrections for likelihood-values when the
response-variable is transformed is now exported as `get_likelihood_adjustment()`.

* `export_table()` can now split tables into more than three tables when
`table_width` is used (formerly, the maximum number of split tables was three).

## Bug fix

* `clean_parameters()` now uses the correct labels for the random effects
Expand Down
5 changes: 3 additions & 2 deletions R/export_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
#' @param table_width Numeric, or `"auto"`, indicating the width of the complete
#' table. If `table_width = "auto"` and the table is wider than the current
#' width (i.e. line length) of the console (or any other source for textual
#' output, like markdown files), the table is split into two parts. Else,
#' output, like markdown files), the table is split into multiple parts. Else,
#' if `table_width` is numeric and table rows are larger than `table_width`,
#' the table is split into two parts.
#' the table is split into multiple parts. For each new table, the first
#' column is repeated for better orientation.
#' @param ... Currently not used.
#' @inheritParams format_value
#' @inheritParams get_data
Expand Down
5 changes: 3 additions & 2 deletions man/export_table.Rd

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

0 comments on commit 9821313

Please sign in to comment.