From da69ca07ae35a31b8e37ad7fb499f07006aed9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 14 Dec 2024 17:37:18 +0100 Subject: [PATCH] docs: Describe `getOption("width")` --- R/options.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/R/options.R b/R/options.R index 43e2fc4ff..6b239f822 100644 --- a/R/options.R +++ b/R/options.R @@ -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.