-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathREADME.rmd
48 lines (34 loc) · 940 Bytes
/
README.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# tsdl: Time Series Data Library
The Time Series Data Library (TSDL) was created by Rob Hyndman, Professor of Statistics at Monash University, Australia.
## Installation
You can install the **development** version from
[Github](https://github.com/FinYang/tsdl)
```r
# install.packages("devtools")
devtools::install_github("FinYang/tsdl")
```
## Usage
```{r usage}
library(tsdl)
library(forecast)
tsdl
autoplot(tsdl[[1]])
subset(tsdl,"Sales")
```
## Sources
Rob Hyndman and Yangzhuoran Yang (2018). tsdl: Time Series Data Library. v0.1.0. https://pkg.yangzhuoranyang.com/tsdl/
## License
This package is free and open source software, licensed under GPL-3