Output and render functions for using JBrowseR within Shiny applications and interactive Rmd documents.
JBrowseROutput(outputId, width = "100%", height = "400px")
renderJBrowseR(expr, env = parent.frame(), quoted = FALSE)
JBrowseR_html(id, style, class, ...)
output variable to read from
Must be a valid CSS unit or a number, which will be coerced to a string and have 'px'
appended.
Must be a valid CSS unit or a number, which will be coerced to a string and have 'px'
appended.
An expression that generates a JBrowseR
The environment in which to evaluate expr
.
Is expr
a quoted expression (with quote()
)? This
is useful if you want to save an expression in a variable.
htmltools id
htmltools style
htmltools class
Additional arguments passed on
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