| read_stream_vis | R Documentation |
Reads the binary envelope written by stream_to_js and
returns the header and decoded body as a list.
read_stream_vis(path)
path |
Character scalar. Absolute path to a |
A list with components:
headerNamed list parsed from the JSON header
(contains data_type, signature, timestamp,
and any extra fields).
dataDecoded body: a raw vector for
"raw", an R object for "json", or a numeric/integer
vector for "int32", "float32", "float64".
stream_to_js, stream_path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.