knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  cache = TRUE,
  message = FALSE,
  warning = FALSE
)

tsfeatures

CRAN_Status_Badge Downloads Licence R build status

The R package tsfeatures provides methods for extracting various features from time series data.

Installation

You can install the stable version on R CRAN.

install.packages('tsfeatures', dependencies = TRUE)

You can install the development version from Github with:

# install.packages("devtools")
devtools::install_github("robjhyndman/tsfeatures")

Usage

library(tsfeatures)
mylist <- list(sunspot.year, WWWusage, AirPassengers, USAccDeaths)
myfeatures <- tsfeatures(mylist)
myfeatures

License

This package is free and open source software, licensed under GPL-3.



robjhyndman/tsfeatures documentation built on Aug. 31, 2023, 3:18 p.m.