checkFiles | R Documentation |
Check each input file plus inter file relations, whether market index and firm identifier in request file match market index in market_data and firm identifier in in firm_data file.
checkFiles(
dataFiles = c(request_file = "01_RequestFile.csv", firm_data = "02_firmData.csv",
market_data = "03_MarketData.csv"),
returnData = F
)
dataFiles |
A named character vector. The names must be request_file, firm_data, and market_data |
returnData |
returns the data as list of data.frames |
## Not run:
# save example files to current working directory
getSP500ExampleFiles()
dataFiles <- c("request_file" = "01_RequestFile.csv",
"firm_data" = "02_firmData.csv",
"market_data" = "03_MarketData.csv")
checkFiles(dataFiles)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.