show: Display the core attributes of the BrowserViz object to...

show,BrowserViz-methodR Documentation

Display the core attributes of the BrowserViz object to stdout

Description

Display the core attributes of the BrowserViz object to stdout

Usage

## S4 method for signature 'BrowserViz'
show(object)

Arguments

object

An object of class BrowserViz

Examples

library(BrowserViz)
browserVizBrowserFile <- system.file(package="BrowserViz", "browserCode", "dist", "bvDemoApp.html")
if(BrowserViz::webBrowserAvailableForTesting()){
  bvApp <- BrowserViz(browserFile=browserVizBrowserFile, quiet=TRUE)
  show(bvApp)
  closeWebSocket(bvApp)
  }


paul-shannon/BrowserViz documentation built on Jan. 15, 2024, 10:27 p.m.