From 991eb06e03ad7dacad5018df1c67e8a67e6bd4c5 Mon Sep 17 00:00:00 2001 From: krlmlr Date: Sat, 14 Dec 2024 16:40:15 +0000 Subject: [PATCH] chore: Auto-update from GitHub Actions Run: https://github.com/r-lib/pillar/actions/runs/12331462622 --- man/pillar_options.Rd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/pillar_options.Rd b/man/pillar_options.Rd index 608e4bfa4..d47685e5a 100644 --- a/man/pillar_options.Rd +++ b/man/pillar_options.Rd @@ -13,6 +13,9 @@ These options can be set via \code{\link[=options]{options()}} and queried via \ \section{Options for the pillar package}{ \itemize{ +\item \code{width}: The width option controls the output width. +Setting \code{options(pillar.width = )} to a larger value +will lead to printing in multiple tiers (stacks). \item \code{pillar.print_max}: Maximum number of rows printed, default: \code{20}. Set to \code{Inf} to always print all rows. For compatibility reasons, \code{getOption("tibble.print_max")} and