| tk_augment_timeseries {timetk} | R Documentation |
Augment the time series signature to the data
tk_augment_timeseries_signature(data)
data |
A time-based tibble or time-series object. |
tk_augment_timeseries_signature adds the time series signature
features including
numeric value, differences,
year, month, day, day of week, day of month,
day of year, hour, minute, second
to the input data.
Returns a tibble object describing the timeseries.
tk_get_timeseries_signature(), tk_get_timeseries_summary()
library(dplyr)
library(tidyquant)
library(timetk)
FANG %>%
filter(symbol == "FB") %>%
tk_augment_timeseries_signature()