Find all subfolders containing data and lists the names of the files within each subfolder

find_file_structure(years = NULL)

Arguments

years

numeric vector. List of years in which to obtain file structure for. Default = NULL (find structure for all data)

Value

list of folders with filenames as contents

Examples