Package: BrowserViz 2.35.1

Arkadiusz Gladki

BrowserViz: BrowserViz: interactive R/browser graphics using websockets and JSON

Interactvive graphics in a web browser from R, using websockets and JSON.

Authors:Paul Shannon

BrowserViz_2.35.1.tar.gz
BrowserViz_2.35.1.zip(r-4.7)BrowserViz_2.35.1.zip(r-4.6)BrowserViz_2.35.1.zip(r-4.5)
BrowserViz_2.35.1.tgz(r-4.6-any)BrowserViz_2.35.1.tgz(r-4.5-any)
BrowserViz_2.35.1.tar.gz(r-4.7-any)BrowserViz_2.35.1.tar.gz(r-4.6-any)
BrowserViz_2.35.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
BrowserViz/json (API)
NEWS

# Install 'BrowserViz' in R:
install.packages('BrowserViz', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/gladkia/browserviz/issues

Pkgdown/docs site:https://gladkia.github.io

On BioConductor:BrowserViz-2.35.1(bioc 3.24)BrowserViz-2.34.0(bioc 3.23)

visualizationthirdpartyclient

5.98 score 2 stars 2 packages 20 scripts 448 downloads 20 exports 14 dependencies

Last updated from:fce94bb921. Checks:1 WARNING, 7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksWARNING192
linux-devel-x86_64NOTE178
source / vignettesOK153
linux-release-x86_64NOTE224
macos-release-arm64NOTE84
macos-oldrel-arm64NOTE79
windows-develNOTE86
windows-releaseNOTE105
windows-oldrelNOTE82
wasm-releaseOK104

Exports:addRMessageHandlerbrowserResponseReadyBrowserVizcloseWebSocketdisplayHTMLInDivfromJSONgetBrowserInfogetBrowserResponsegetBrowserWindowSizegetBrowserWindowTitlehandleResponseportreadyroundTripTestsendsetBrowserWindowTitleshowtoJSONwaitwebBrowserAvailableForTesting

Dependencies:BiocGenericsclifastmapgenericshttpuvjsonlitelaterlifecyclemagrittrotelpromisesR6Rcpprlang

BrowserViz: A base class providing simple, extensible message passing between your R session and web browser, for interactive data visualization.

Rendered fromBrowserViz.Rmdusingknitr::rmarkdownon May 31 2026.

Last update: 2024-01-14
Started: 2019-09-26

Readme and manuals

Help Manual

Help pageTopics
Supply the name of a function to call, identified by its keyaddRMessageHandler
browserResponseReadybrowserResponseReady browserResponseReady,BrowserViz-method
Constructor for BrowserVizBrowserViz BrowserViz constructor
BrowserViz: a base class providing simple, extensible message passing between your R session and your web browser, for interactive data visualization.-package .BrowserViz BrowserViz-class
Close the websocket connection - between your R session and your web browser.closeWebSocket closeWebSocket,BrowserViz-method
Route the message coming in from the browser to the appropriate R function.dispatchMessage
Ask the browser to display html markup in the specified divdisplayHTMLInDiv displayHTMLInDiv,BrowserViz-method
Transform JSON string into a native R objectfromJSON
Retrieve basic attributes of the attached web browser.getBrowserInfo getBrowserInfo,BrowserViz-method
Retrieve the response sent by the browsergetBrowserResponse getBrowserResponse,BrowserViz-method
Supply the name of a function to call, identified by its keygetBrowserWindowSize getBrowserWindowSize,BrowserViz-method
Supply the name of a function to call, identified by its keygetBrowserWindowTitle getBrowserWindowTitle,BrowserViz-method
handleResponsehandleResponse
Get the port numberport port,BrowserViz-method
Is the websocket connection to the browser ready for use?ready ready,BrowserViz-method
Send data to the browser, ensure that it is returned accurately.roundTripTest roundTripTest,BrowserViz-method
Send the specified message to the browsersend send,BrowserViz-method
Supply the name of a function to call, identified by its keysetBrowserWindowTitle setBrowserWindowTitle,BrowserViz-method
Display the core attributes of the BrowserViz object to stdoutshow show,BrowserViz-method
Transform an R data structure into JSONtoJSON
Pause for the specified number of millisecondswait wait,BrowserViz-method
Is there a web browser available for testing?webBrowserAvailableForTesting