rsc_card-shiny {connectwidgets} | R Documentation |
Shiny bindings for rsc_card
Description
Output and render functions for using rsc_card within Shiny applications and interactive Rmd documents.
Usage
rsccardOutput(outputId, width = "100%", height = "400px")
renderRsccard(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 rsc_card |
env |
The environment in which to evaluate |
quoted |
Is |
[Package connectwidgets version 0.2.1 Index]