Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

appendStream

Manually trigger a pending append to a dataset


Description

Crunch allows you to stream data to a dataset. Streaming data is useful for datasets which have frequent updates (see the Crunch API documentation for more information). Crunch automatically appends streamed data periodically; however, if you would like to trigger appending pending streamed data to a dataset, you can call appendStream().

Usage

appendStream(ds)

Arguments

ds

a CrunchDataset

Value

the dataset with pending stream data appended.


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.