View source: R/find_file_structure.R
find_file_structure | R Documentation |
Find all subfolders containing data and lists the names of the files within each subfolder
find_file_structure(years = NULL)
years |
numeric vector. List of years in which to obtain file structure for. Default = NULL (find structure for all data) |
list of folders with filenames as contents
## Not run: To find the structure for years 2000, ..., 2010 fileStr <- find_file_structure(years = 2000:2010) To find the structure for all data present fileStr <- find_file_structure() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.