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

streaming

Set the streaming property of a dataset


Description

Only datasets that have their streaming property set to "streaming" can have rows streamed to them. Before attempting to streaming rows (with streamRows for example), the dataset has to be set up to stream rows. Use streaming(ds) to get the streaming status, and streaming(ds) <- "streaming" to set the streaming status.

Usage

streaming(x)

streaming(x) <- value

Arguments

x

a CrunchDataset

value

for setting only (values can be: "no", "streaming", or "finished")

Value

the streaming status


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.