Look in a subdirectory and find files containing the raw data.
locate_data_files(path, full.names = TRUE)
Path to data files.
If <U+2018>TRUE<U+2019>, the directory path is prepended to the file names to give a relative file path. If <U+2018>FALSE<U+2019>, the file names (rather than paths) are returned.
A character vector with the paths to the files.
Looks for files matching the regular expression
^[Pp][1-4]\.[Cc][Ss][Vv]$
and performs basic
error-checking.