Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 11, 2024
1 parent 5d50519 commit f88a73b
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 27 deletions.
8 changes: 5 additions & 3 deletions man-roxygen/options.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#'
#' @section Global Options:
#'
#' The behavior of `modelsummary` can be modified by setting global options. For example:
#' The behavior of `modelsummary` can be modified by setting global options. In particular, most of the arguments for most of the package's functions cna be set using global options. For example:
#'
#' * `options(modelsummary_model_labels = "roman")`
#' * `options(modelsummary_output = "modelsummary_list")`
#' * `options(modelsummary_statistic = '({conf.low}, {conf.high})')`
#' * `options(modelsummary_stars = TRUE)`
#'
#' The rest of this section describes each of the options above.
#' Options not specific to give arguments are listed below.
#'
#' ### Model labels: default column names
#'
Expand Down
8 changes: 5 additions & 3 deletions man/datasummary.Rd

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

8 changes: 5 additions & 3 deletions man/datasummary_balance.Rd

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

8 changes: 5 additions & 3 deletions man/datasummary_correlation.Rd

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

8 changes: 5 additions & 3 deletions man/datasummary_crosstab.Rd

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

8 changes: 5 additions & 3 deletions man/datasummary_skim.Rd

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

8 changes: 5 additions & 3 deletions man/dsummary.Rd

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

8 changes: 5 additions & 3 deletions man/modelsummary.Rd

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

8 changes: 5 additions & 3 deletions man/msummary.Rd

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

0 comments on commit f88a73b

Please sign in to comment.