mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
devtools::document() (GitHub Actions)
This commit is contained in:
@@ -40,11 +40,8 @@ enabled when the \code{downloadHandler} provides a non-\code{NULL} filename.
|
||||
\code{downloadHandler}.
|
||||
\item \code{FALSE}: the button starts disabled and Shiny will \strong{never}
|
||||
automatically enable it, even after the \code{downloadHandler} is ready.
|
||||
This opt-out applies for the lifetime of the page: \code{renderValue} will
|
||||
always skip the auto-enable step for this element, regardless of its
|
||||
current runtime state. You are responsible for managing the
|
||||
enabled/disabled state yourself (e.g., with \code{\link[shinyjs:stateFuncs]{shinyjs::enable()}} and
|
||||
\code{\link[shinyjs:stateFuncs]{shinyjs::disable()}}).
|
||||
You are responsible for managing the enabled/disabled state yourself
|
||||
(e.g., with \code{\link[shinyjs:enable]{shinyjs::enable()}} and \code{\link[shinyjs:disable]{shinyjs::disable()}}).
|
||||
}}
|
||||
|
||||
\item{icon}{An \code{\link[=icon]{icon()}} to appear on the button. Default is \code{icon("download")}.}
|
||||
|
||||
@@ -41,7 +41,7 @@ set to \code{FALSE}), then use \code{\link[ragg:agg_png]{ragg::agg_png()}}.
|
||||
\item If a quartz device is available (i.e., \code{capabilities("aqua")} is
|
||||
\code{TRUE}), then use \code{png(type = "quartz")}.
|
||||
\item If the Cairo package is installed (and the \code{shiny.usecairo} option
|
||||
is not set to \code{FALSE}), then use \code{\link[Cairo:CairoPNG]{Cairo::CairoPNG()}}.
|
||||
is not set to \code{FALSE}), then use \code{\link[Cairo:Cairo]{Cairo::CairoPNG()}}.
|
||||
\item Otherwise, use \code{\link[grDevices:png]{grDevices::png()}}. In this case, Linux and Windows
|
||||
may not antialias some point shapes, resulting in poor quality output.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user