mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Co-authored-by: Barret Schloerke <schloerke@gmail.com> Co-authored-by: Winston Chang <winston@stdout.org> Co-authored-by: Carson Sievert <cpsievert1@gmail.com> Co-authored-by: Joe Cheng <joe@rstudio.com>
7 lines
376 B
R
7 lines
376 B
R
# Also update observeEvent param descriptions!
|
|
# https://github.com/r-lib/roxygen2/issues/1241
|
|
#' @param <%= quoted %> If it is `TRUE`, then the [`quote()`]ed value of `<%= x %>`
|
|
#' will be used when `<%= x %>` is evaluated. If `<%= x %>` is a quosure and you
|
|
#' would like to use its expression as a value for `<%= x %>`, then you must set
|
|
#' `<%= quoted %>` to `TRUE`.
|