get_tables.Rd
Extract all csv files from a nested folder on your local computer
get_tables(path = path, filetype = ".csv")
path | the path to the nested folders |
---|---|
filetype | the file type (supports ".csv", ".xls" & ".xlsx" only) |
This function only finds files with the word "RightCamera" in their name. It is important to follow the project naming conventions for all files
if (FALSE) { df=get_tables(path="data/tables/", filetype = ".csv") }