mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
doc changes
This commit is contained in:
@@ -1772,7 +1772,7 @@ maskReactiveContext <- function(expr) {
|
||||
#' invalidations that come from its reactive dependencies; it only invalidates
|
||||
#' in response to the given event.
|
||||
#'
|
||||
#' @section \code{ignoreNULL} and \code{ignoreInit}:
|
||||
#' @section ignoreNULL and ignoreInit:
|
||||
#'
|
||||
#' Both \code{observeEvent} and \code{eventReactive} take an \code{ignoreNULL}
|
||||
#' parameter that affects behavior when the \code{eventExpr} evaluates to
|
||||
|
||||
@@ -120,7 +120,7 @@ updates in response to an event. This is just like a normal
|
||||
invalidations that come from its reactive dependencies; it only invalidates
|
||||
in response to the given event.
|
||||
}
|
||||
\section{\code{ignoreNULL} and \code{ignoreInit}}{
|
||||
\section{ignoreNULL and ignoreInit}{
|
||||
|
||||
|
||||
Both \code{observeEvent} and \code{eventReactive} take an \code{ignoreNULL}
|
||||
|
||||
Reference in New Issue
Block a user