Skip to content

Commit

Permalink
docs: Describe getOption("width") (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Dec 14, 2024
1 parent f368b08 commit fd2ada4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
#' df
#'
#' @section Options for the pillar package:
#'
#' - `width`: The width option controls the output width.
#' Setting `options(pillar.width = )` to a larger value
#' will lead to printing in multiple tiers (stacks).
#'
pillar_options <- list2(
#' - `pillar.print_max`: Maximum number of rows printed, default: `20`.
#' Set to \code{Inf} to always print all rows.
Expand Down
3 changes: 3 additions & 0 deletions man/pillar_options.Rd

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

0 comments on commit fd2ada4

Please sign in to comment.