Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 777 Bytes

README.md

File metadata and controls

36 lines (35 loc) · 777 Bytes

Get data from vndirect API

vndirect
├─ python-package
│  ├─ README.md
│  ├─ requirements.txt
│  ├─ setup.py
│  └─ vnstock
│     ├─ vnstock.py
│     └─ __init__.py
├─ r-package
│  ├─ cran-comments.md
│  ├─ CRAN-SUBMISSION
│  ├─ DESCRIPTION
│  ├─ doc
│  │  ├─ getdata.html
│  │  ├─ getdata.R
│  │  └─ getdata.Rmd
│  ├─ LICENSE
│  ├─ LICENSE.md
│  ├─ man
│  │  └─ getData.Rd
│  ├─ Meta
│  │  └─ vignette.rds
│  ├─ NAMESPACE
│  ├─ R
│  │  └─ vnstock.R
│  ├─ README.md
│  ├─ tests
│  │  └─ test-getData.R
│  ├─ vignettes
│  │  └─ getdata.Rmd
│  └─ vndirect.Rproj
└─ README.md