saveTick: copy tick data from MY share to specified local dir

Description Usage Arguments Details

Description

load original 'tick' data from MY share(\192.168.1.6/share) and save them to local dir in the format of '.rda' files.

Usage

1
saveTick(tickerPattern, shareDir = "y:/", save2path = "e:/data/", ...)

Arguments

tickerPattern

string vector. specify target ticker pattern to save

shareDir

string. specify the mapping driver of 'share', default 'Y:/'

save2path

string. specify target dir to save tick data to

Details

Data of ticker "A" are saved in a dataframe named "A". For example, load('A/yyyy-mm-dd.rda') will assign tick data of ticker A to a dataframe with the name of 'A' into R work space.


yuanwei/my documentation built on May 4, 2019, 6:35 p.m.