streamRows: Stream data to a Crunch dataset

View source: R/dataset-stream.R

streamRowsR 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)


Crunch-io/rcrunch documentation built on April 1, 2024, 1:14 a.m.