| jellyfisher-shiny | R Documentation |
Output and render functions for using jellyfisher within Shiny applications and interactive Rmd documents.
jellyfisherOutput(outputId, width = "100%", height = "400px")
renderJellyfisher(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from |
width, height |
Must be a valid CSS unit (like |
expr |
An expression that generates a jellyfisher |
env |
The environment in which to evaluate |
quoted |
Is |
jellyfisherOutput()A shiny.tag object that can be included in a Shiny UI definition.
renderJellyfisher()A shiny.render.function that returns an htmlwidget object for use in
a Shiny server function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.