moodymudskipper / tags

A collection of tags built using the package tag
GNU General Public License v3.0
8 stars 0 forks source link

reacting #53

Open moodymudskipper opened 4 years ago

moodymudskipper commented 4 years ago
reacting <- tag::tag({
  call <- CALL(eval = FALSE)
  call <- as.call(c(quote(shiny::reactive), call))
  eval.parent(call)
})

so reacting$foo(arg) is the same as reactive(foo(arg))