View source: R/dataset-stream.R
streamRows | R Documentation |
Stream data to a Crunch dataset
streamRows(ds, data)
ds |
a CrunchDataset |
data |
a data.frame with data to send as a stream, The given data values must be in the Crunch I/O format (for example, category ids instead of names or numeric_values) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.