visaChart-shiny {visachartR} | R Documentation |
Shiny bindings for visaChart
Description
Output and render functions for using visaChart within Shiny applications and interactive Rmd documents.
Usage
visaChartOutput(outputId, width = "100%", height = "400px")
renderVisaChart(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 visaChart |
env |
The environment in which to evaluate |
quoted |
Is |
Value
a Shiny output or render function for visaChart htmlwidgets
[Package visachartR version 3.3.0 Index]