combine_files: Combine Data Files

View source: R/ib_hist_data.R

combine_filesR Documentation

Combine Data Files

Description

Combine files of downloaded price data

Usage

combine_files(directory, max.rows = -1, pattern = NULL,
              verbose = TRUE, prefix = "processed___",
              delete.processed = FALSE, actual.timestamp = FALSE,
              sep = ",")

Arguments

directory

character

max.rows

numeric

pattern

character

verbose

logical

prefix

character

delete.processed

logical

actual.timestamp

logical

sep

character: the column separator

Details

Read CSV files and combine them into one large file per symbol.

Value

a data.frame

Author(s)

Enrico Schumann

See Also

ib_hist_data

Examples

## TODO add examples

enricoschumann/IButils documentation built on March 13, 2024, 3:36 p.m.