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 documentation built on April 4, 2025, 2:10 a.m.