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