Just playing around with svg
from svglite
, and I wondered if the svg
output would work as reactiveValue
in Shiny
. Of course, it does. Then, I wanted to confirm that functions could be used for render*Output
, and yes they can.
Is this useful? svg
works really well in responsive contexts, so this might be helpful in that situation. Also, we could dynamically render svg
spinners or animations on load or for other feedback. Let me know if you think of use cases.
functions
for render*Output
can help immensely.
library(htmltools)