make_temporal_vars() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make temporal variables. The function returns Temporal variables (a character vector).
Arguments
- what_1L_chr
What (a character vector of length one), Default: c("all", "core", "fiscal", "days", "cf", "cd", "fd")
- index_1L_chr
Index (a character vector of length one), Default: character(0)
- components_chr
Components (a character vector), Default: c("Day", "Week", "Month", "Quarter", "Year")
- fiscal_chr
Fiscal (a character vector), Default: c("FiscalYQ", "FiscalQuarter", "FiscalYear")
- days_1L_chr
Days (a character vector of length one), Default: 'Weekday'