Get date or datetime variables (column names)
Source:R/utils-dates.R
tk_get_timeseries_variables.Rd
Get date or datetime variables (column names)
Details
tk_get_timeseries_variables
returns the column names of date or datetime variables
in a data frame.
Classes that meet criteria for return include those that inherit
POSIXt
, Date
, zoo::yearmon
, zoo::yearqtr
. Function was adapted from padr:::get_date_variables()
.
See padr helpers.R