Learn R Programming

scanstatistics (version 0.1.0)

get_all_streams: Extract the sorted names of all data streams from a data.table.

Description

From a data.table with a column stream, extract the unique and sorted values from this column as a vector.

Usage

get_all_streams(d)

Arguments

d

A data.table containing a column stream.