show,BrowserViz-method | R Documentation |
Display the core attributes of the BrowserViz object to stdout
## S4 method for signature 'BrowserViz'
show(object)
object |
An object of class BrowserViz |
library(BrowserViz)
browserVizBrowserFile <- system.file(package="BrowserViz", "browserCode", "dist", "bvDemoApp.html")
if(BrowserViz::webBrowserAvailableForTesting()){
bvApp <- BrowserViz(browserFile=browserVizBrowserFile, quiet=TRUE)
show(bvApp)
closeWebSocket(bvApp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.