ts_is_date_class: Check if an object is a date class

View source: R/utils-time-helpers.R

ts_is_date_classR Documentation

Check if an object is a date class

Description

Check if an object is a date class

Usage

ts_is_date_class(.x)

Arguments

.x

A vector to check

Value

Logical (TRUE/FALSE)

See Also

Other Utility: auto_stationarize(), calibrate_and_plot(), internal_ts_backward_event_tbl(), internal_ts_both_event_tbl(), internal_ts_forward_event_tbl(), model_extraction_helper(), ts_get_date_columns(), ts_info_tbl(), ts_lag_correlation(), ts_model_auto_tune(), ts_model_compare(), ts_model_rank_tbl(), ts_model_spec_tune_template(), ts_qq_plot(), ts_scedacity_scatter_plot(), ts_to_tbl(), util_difflog_ts(), util_doublediff_ts(), util_doubledifflog_ts(), util_log_ts(), util_singlediff_ts()

Examples


seq.Date(from = as.Date("2022-01-01"), by = "day", length.out = 10) %>%
ts_is_date_class()

letters %>% ts_is_date_class()


spsanderson/healthyR.ts documentation built on Jan. 19, 2024, 10:02 p.m.