Set the streaming property of a dataset
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.
streaming(x) streaming(x) <- value
x |
a CrunchDataset |
value |
for setting only (values can be: |
the streaming status
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.