loadData: Load pre-processed data.

Description Usage Arguments Details Value Author(s) Examples

View source: R/data.R

Description

Loads previously saved pre-processed data.

Usage

1
loadData(bin.file, ...)

Arguments

bin.file

File location.

...

readRDS.

Details

Convenience function.

Value

Limit order, trade and depth data structure lob.data.

Author(s)

phil

Examples

1
2
3
4
5
## Not run: 

lob.data <- loadData(bin.file="/tmp/lob.data.rds")

## End(Not run)

obAnalytics documentation built on May 1, 2019, 7:04 p.m.