getDataFilesPaths.Rd
Retrieve the paths of data files within a given directory, optionally matching a pattern.
getDataFilesPaths(dir, pattern = "*.csv", full.names = TRUE)
A character string representing the directory to search within.
A character string representing the pattern to match. Default is "*.csv".
A logical value indicating whether to return full names of the files. Default is TRUE.
A character vector of file paths matching the pattern.