shiny
shiny copied to clipboard
Standardise coercion to functions/reactives
Currently renderPlot() also handles reactives specially, so it is inconsistent with renderTable(). This isn't documented, so I suspect it might be ok to use coerceToFunc() instead, but it would be a breaking change.
@wch any interest in finishing this off? I think it would also be nice to add formula support for concise lambdas.