An open API service indexing awesome lists of open source software.

https://github.com/robjhyndman/compenginets

Time series data from http://www.comp-engine.org/
https://github.com/robjhyndman/compenginets

Last synced: 6 months ago
JSON representation

Time series data from http://www.comp-engine.org/

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: gfm
---

```{r, echo = FALSE}
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](https://github.com/robjhyndman/compenginets)

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

## Usage

```{r 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