Package: BrowserViz 2.27.0

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.27.0.tar.gz
BrowserViz_2.27.0.zip(r-4.5)BrowserViz_2.27.0.zip(r-4.4)BrowserViz_2.27.0.zip(r-4.3)
BrowserViz_2.27.0.tgz(r-4.4-any)BrowserViz_2.27.0.tgz(r-4.3-any)
BrowserViz_2.27.0.tar.gz(r-4.5-noble)BrowserViz_2.27.0.tar.gz(r-4.4-noble)
BrowserViz_2.27.0.tgz(r-4.4-emscripten)BrowserViz_2.27.0.tgz(r-4.3-emscripten)
BrowserViz.pdf |BrowserViz.html
BrowserViz/json (API)
NEWS

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

Peer review:

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

On BioConductor:BrowserViz-2.27.0(bioc 3.20)BrowserViz-2.26.0(bioc 3.19)

bioconductor-package

20 exports 1.58 score 10 dependencies 2 dependents

Last updated 2 months agofrom:4c58f6b76e

Exports:addRMessageHandlerbrowserResponseReadyBrowserVizcloseWebSocketdisplayHTMLInDivfromJSONgetBrowserInfogetBrowserResponsegetBrowserWindowSizegetBrowserWindowTitlehandleResponseportreadyroundTripTestsendsetBrowserWindowTitleshowtoJSONwaitwebBrowserAvailableForTesting

Dependencies:BiocGenericsfastmaphttpuvjsonlitelatermagrittrpromisesR6Rcpprlang

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

Rendered fromBrowserViz.Rmdusingknitr::rmarkdownon Jun 30 2024.

Last update: 2019-09-26
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..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