dispatchMessage {BrowserViz}R Documentation

Route the message coming in from the browser to the appropriate R function.

Description

Route the message coming in from the browser to the appropriate R function.

Usage

dispatchMessage(ws, msg, quiet)

Arguments

ws

a websocket connectin

msg

the JSON-encoded message from the browser

quiet

logical TRUE or FALSE


[Package BrowserViz version 2.12.0 Index]