powered by
import directory
import_dir( dir, ..., method = c("rio", "vroom", "vroom_jp", "read_csv"), return_type = c("df", "list") )
data frame
dir path
arguments passed to import method
import method chosen from import tibble
default is to bind dataframes together and remove duplicates. only recommended for a folder of files with the same data format. otherwise specify return as list of data frames