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