ggvis_message | R Documentation |
This will be sent to the client and passed to a handler in ggvis.messages on
the client side. The handler is specified by type
.
ggvis_message(session, type, data = NULL, id = NULL)
session |
A session object. |
type |
A string representing the type of the message. |
data |
An object (typically a list) containing information for the client. |
id |
A unique identifier for ggvis message handler (optional). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.