R/e_read_data_files.R
e_read_data_files.Rd
Called from e_read_data_subdir_into_lists()
.
Directory path
Character list of file names
T/F for data, add two columns specifying the directory (DIR__
) and filename (FILE__
)
T/F print file names and dimensions as the files are read
"all" for all sheets, or a list of numbers "c(1, 2)
"; applies to all excel sheets.
T/F to clean column names using janitor::clean_names
When reading Excel files, NULL reads entire sheet, a range is specified as in readxl::read_xlsx
. Applies to all files.
Specified as in readxl::read_xlsx
. Applies to all files.
dat_sheet A list of tibbles
if (FALSE) {
# See e_read_data_subdir_into_lists()
}