Convert an expression to a function — exprToFunction
v1.9.1|Source:
R/utils-lang.R
Description
Please use
installExprFunction()
for a better
debugging experience (Shiny 0.8.0). If the expr
and quoted
parameters are not needed, please see
quoToFunction()
(Shiny 1.6.0).
Arguments
Details
Similar to installExprFunction()
but doesn't register debug hooks.
See also
installExprFunction()
for the modern approach to converting an expression to a function