checkFile: Check input data files

View source: R/dataHandling.R

checkFileR Documentation

Check input data files

Description

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

Usage

checkFile(path, type = "request_file")

Arguments

path

path to the input data file

type

the type of file to ckeck

Value

data.frame

Examples

## Not run: 
# save example files to current working directory
getSP500ExampleFiles()
               
checkFile("01_RequestFile.csv", "request_file")

## End(Not run)


EventStudy documentation built on March 31, 2023, 5:43 p.m.