unique_time_series {cstidy} | R Documentation |
Unique time series
Description
Attempts to identify the unique time series that exist in this dataset.
A time series is defined as a unique combination of:
granularity_time
granularity_geo
country_iso3
location_code
border
age
sex
*_id
*_tag
Usage
unique_time_series(x, set_time_series_id = FALSE, ...)
Arguments
x |
An object of type |
set_time_series_id |
If TRUE, then |
... |
Not used. |
Value
data.table, a dataset that lists all the unique time series in x.
See Also
Other csfmt_rts_data:
expand_time_to()
,
identify_data_structure()
,
remove_class_csfmt_rts_data()
,
set_csfmt_rts_data_v1()
[Package cstidy version 2023.5.24 Index]