SveltePlots-shiny {SveltePlots} | R Documentation |
Shiny bindings for SveltePlots
Description
Output and render functions for using SveltePlots within Shiny applications and interactive Rmd documents.
Usage
SveltePlotsOutput(outputId, width = "100%", height = "400px")
renderSveltePlots(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a AgeGroupFacet |
env |
The environment in which to evaluate |
quoted |
Is |
Value
No return value. Called for side effects in a 'shiny' app context.
No return value. Called for side effects in a 'shiny' app context.
[Package SveltePlots version 0.1.0 Index]