Allows for easy data importation. Automatically detects filetype and applies appropriate function for importing.
getData(filename, filetype = "csv", fixDates = FALSE, ...)Character string specifying the path to desired datafile
Character string indicating filetype. Useful if no file
extension is provided in filename. If file extension is provided in
filename (recommended), then this argument is ignored. Accommodates
"csv", "rds", "xlsx", "rdata", "sav", "txt"
Logical. Determines whether to adjust date format.
Additional arguments
Imported datafile