Skip to contents

Get date or datetime variables (column names)

Usage

tk_get_timeseries_variables(data)

Arguments

data

An object of class data.frame

Value

tk_get_timeseries_variables returns a vector containing column names of date-like classes.

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

Examples

library(dplyr)

FANG %>%
    tk_get_timeseries_variables()
#> [1] "date"