combine_files | R Documentation |
Combine files of downloaded price data
combine_files(directory, max.rows = -1, pattern = NULL,
verbose = TRUE, prefix = "processed___",
delete.processed = FALSE, actual.timestamp = FALSE,
sep = ",", id.rx = "(.*)__[0-9]+__[0-9]+$")
directory |
string: where to read files |
max.rows |
numeric: maximum number of rows to put into a single file; currently ignored |
pattern |
string: passed to |
verbose |
logical |
prefix |
character |
delete.processed |
logical |
actual.timestamp |
logical: if |
sep |
character: the column separator |
Read CSV files and combine them into one large file per symbol.
a data.frame
Enrico Schumann
ib_hist_data
## TODO add examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.