Extract all csv files from a nested folder on your local computer

get_tables(path = path, filetype = ".csv")

Arguments

path

the path to the nested folders

filetype

the file type (supports ".csv", ".xls" & ".xlsx" only)

Details

This function only finds files with the word "RightCamera" in their name. It is important to follow the project naming conventions for all files

Examples

if (FALSE) { df=get_tables(path="data/tables/", filetype = ".csv") }