R/alias.R

#' Create a reactive task (observer)
#'
#' Currently just an alias for \code{\link[shiny]{observe}}.
#'
#' @export
rx_exec <- observe

#' Create a reactive calculation (reactive)
#'
#' Currently just an alias for \code{\link[shiny]{reactive}}.
#'
#' @export
rx_calc <- reactive
jcheng5/rxtools documentation built on May 18, 2019, 10:22 p.m.