R/datasets.R
take_from_dataset.RdTake a sample of file streams from top of the dataset by the specified count.
take_from_dataset(dataset, count)
| dataset | The Dataset object. |
|---|---|
| count | The number of file streams to take. |
A new Dataset object representing the sampled dataset.