send,BrowserViz-method {BrowserViz}R Documentation

Send the specified message to the browser

Description

Send the specified message to the browser

Usage

## S4 method for signature 'BrowserViz'
send(obj, msg)

Arguments

obj

An object of class BrowserViz

msg

A list with four fields: cmd: "someCommand", status: "request", callback: "someFunction", payload: "someData"


[Package BrowserViz version 2.14.1 Index]