streamRows {crunch} | R Documentation |
Stream data to a Crunch dataset
Description
Stream data to a Crunch dataset
Usage
streamRows(ds, data)
Arguments
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) |
[Package crunch version 1.31.0 Index]