read_algoseek_equity_fullDepth: Load AlgoSeek equity Full Depth data from zip files

Description Usage Arguments Author(s) Examples

View source: R/loadData.R

Description

Load AlgoSeek equity Full Depth data from zip files

Usage

1
read_algoseek_equity_fullDepth(zipdata, whichData = NULL)

Arguments

zipdata

the original zip data provided by AlgoSeek

whichData

the specific data to be loaded; by default load all data in the zip file

Author(s)

Larry Lei Hua

Examples

1
2
3
4
5
6
7
zipdata <- tempfile()
download.file("https://www.algoseek.com/static/files/sample_data/equity_and_etf_etn/IBM.FullDepth.20140128.csv.zip",zipdata)
dat <- read_algoseek_equity_fullDepth(zipdata)


# Do not run unless the file 20180108.zip is avaliable
# dat <- read_algoseek_equity_fullDepth("20180108.zip", whichData="AMZN.csv")

larryleihua/fmlr documentation built on Jan. 31, 2020, 8:55 a.m.