Find the complete filepath of a certain .csv file
find_file.Rd
find_file()
finds the complete filepath of a .csv file based on the .csv
basename (i.e. the file name) in a given vector of filepaths.
Examples
if (FALSE) { # \dontrun{
files <- c("some/path/to/file/data1.csv", "some/path/to/file/data2.csv")
find_file(files, "data1")
} # }