JBrowseR-shiny {JBrowseR} | R Documentation |
Shiny bindings for JBrowseR
Description
Output and render functions for using JBrowseR within Shiny applications and interactive Rmd documents.
Usage
JBrowseROutput(outputId, width = "100%", height = "400px")
renderJBrowseR(expr, env = parent.frame(), quoted = FALSE)
JBrowseR_html(id, style, class, ...)
Arguments
outputId |
output variable to read from |
width |
Must be a valid CSS unit or a number, which will be coerced to a string and have |
height |
Must be a valid CSS unit or a number, which will be coerced to a string and have |
expr |
An expression that generates a JBrowseR |
env |
The environment in which to evaluate |
quoted |
Is |
id |
htmltools id |
style |
htmltools style |
class |
htmltools class |
... |
Additional arguments passed on |
Value
the Shiny UI bindings for a JBrowseR htmlwidget
the Shiny server bindings for a JBrowseR htmlwidget
the root HTML element to render the React component in
[Package JBrowseR version 0.10.2 Index]