Learn R Programming

EventStudy (version 0.39.2)

checkFile: Check input data files

Description

Check correct column, date, and shape of the input data files

Usage

checkFile(path, type = "request_file")

Value

data.frame

Arguments

path

path to the input data file

type

the type of file to ckeck

Examples

Run this code
if (FALSE) {
# save example files to current working directory
getSP500ExampleFiles()
               
checkFile("01_RequestFile.csv", "request_file")
}

Run the code above in your browser using DataLab