get_files_in_path.Rd
Retrieves a list of all .CSV files in the specified directory.
.CSV
get_files_in_path(data_path)
Character string specifying the directory path to search.
A character vector of file paths for .CSV files in the directory.
get_files_in_path("data/") #> character(0)