datap: Data aquisition and pre-processing using datap contexts

Description Examples

Description

datap is a DSL to acquire and pre-process data from various sources.

Examples

1
2
3
4
5
6
7
8
library(datap)
filePath <- system.file("extdata", "context1.yaml", package="datap")
context <- Load(filePath)
context
context$`Closing Prices`$Indices$SPX
plot(context$`Closing Prices`$Indices$SPX)
spx <- context$`Closing Prices`$Indices$SPX$tap()
spxFullRange <- context$`Closing Prices`$Indices$SPX$tap(dteRange = "/")

gluc/datap documentation built on May 17, 2019, 6:41 a.m.