expand_time_to {cstidy} | R Documentation |
Expand time to
Description
Attempts to expand the dataset to include more time
A time series is defined as a unique combination of:
granularity_time
granularity_geo
country_iso3
location_code
border
age
sex
*_id
*_tag
Usage
expand_time_to(
x,
max_isoyear = NULL,
max_isoyearweek = NULL,
max_date = NULL,
...
)
Arguments
x |
An object of type |
max_isoyear |
Maximum isoyear |
max_isoyearweek |
Maximum isoyearweek |
max_date |
Maximum date |
... |
Not used. |
Value
csfmt_rts_data_v1, a larger dataset that includes more rows corresponding to more time.
See Also
Other csfmt_rts_data:
identify_data_structure()
,
remove_class_csfmt_rts_data()
,
set_csfmt_rts_data_v1()
,
unique_time_series()
[Package cstidy version 2023.5.24 Index]