Package: BrowserViz 2.29.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.29.0.tar.gz
BrowserViz_2.29.0.zip(r-4.5)BrowserViz_2.29.0.zip(r-4.4)BrowserViz_2.29.0.zip(r-4.3)
BrowserViz_2.29.0.tgz(r-4.4-any)BrowserViz_2.29.0.tgz(r-4.3-any)
BrowserViz_2.29.0.tar.gz(r-4.5-noble)BrowserViz_2.29.0.tar.gz(r-4.4-noble)
BrowserViz_2.29.0.tgz(r-4.4-emscripten)BrowserViz_2.29.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

Pkgdown:https://gladkia.github.io

On BioConductor:BrowserViz-2.29.0(bioc 3.21)BrowserViz-2.28.0(bioc 3.20)

visualizationthirdpartyclient

6.28 score 2 stars 2 packages 20 scripts 312 downloads 20 exports 11 dependencies

Last updated 2 months agofrom:0acee92109. Checks:OK: 3 NOTE: 4. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 29 2024
R-4.5-winNOTENov 29 2024
R-4.5-linuxNOTENov 29 2024
R-4.4-winNOTENov 29 2024
R-4.4-macNOTENov 29 2024
R-4.3-winOKNov 29 2024
R-4.3-macOKNov 29 2024

Exports:addRMessageHandlerbrowserResponseReadyBrowserVizcloseWebSocketdisplayHTMLInDivfromJSONgetBrowserInfogetBrowserResponsegetBrowserWindowSizegetBrowserWindowTitlehandleResponseportreadyroundTripTestsendsetBrowserWindowTitleshowtoJSONwaitwebBrowserAvailableForTesting

Dependencies:BiocGenericsfastmapgenericshttpuvjsonlitelatermagrittrpromisesR6Rcpprlang

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

Rendered fromBrowserViz.Rmdusingknitr::rmarkdownon Nov 29 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