| JBrowseR-shiny | R Documentation | 
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, ...)
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  | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.