expand_time_to | R Documentation |
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
expand_time_to(
x,
max_isoyear = NULL,
max_isoyearweek = NULL,
max_date = NULL,
...
)
x |
An object of type |
max_isoyear |
Maximum isoyear |
max_isoyearweek |
Maximum isoyearweek |
max_date |
Maximum date |
... |
Not used. |
csfmt_rts_data_v1, a larger dataset that includes more rows corresponding to more time.
Other csfmt_rts_data:
identify_data_structure()
,
remove_class_csfmt_rts_data()
,
set_csfmt_rts_data_v1()
,
unique_time_series()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.