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

compenginets: Data from CompEngine

The goal of compenginets is to provide all the time series from https://www.comp-engine.org/

Installation

compenginets currently isn't on CRAN.
You can install the development version from Github

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

Usage

library(compenginets)
# cets_finance <- get_cets("finance")
W138_finance_m4 <- get_cets("M4_W138_Finance_1", category = FALSE)
str(W138_finance_m4)

License

This package is free and open source software, licensed under CC0



robjhyndman/compenginets documentation built on March 2, 2024, 12:33 a.m.