Skip to content

Commit

Permalink
docs: Describe getOption("width")
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 14, 2024
1 parent f368b08 commit da69ca0
Showing 1 changed file with 5 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

0 comments on commit da69ca0

Please sign in to comment.