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:

Usage

expand_time_to(
  x,
  max_isoyear = NULL,
  max_isoyearweek = NULL,
  max_date = NULL,
  ...
)

Arguments

x

An object of type csfmt_rts_data_v1

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]