Hi,
https://community.rstudio.com/
I am trying the get seasonality and trend analysis from time series. I loaded feasts library.
When i pass time series object to features() function, i get an error
no applicable method for 'features' applied to an object of class "ts"
I looked at the details of features() function, it expects a dataset as first parameter.
Question is how to convert a time series object to a dataset ?