directory <- system.file("xlsxfolder", package = "bulkreadr")
read_excel_files_from_dir(dir_path = directory, .id = "cut")
# Column types mismatch error --------------------------------------
# If the `read_excel_files_from_dir()` function complains about a data type mismatch,
# then set the `col_types` argument to `"text"`.
# This will make all the column types in the resulting dataframe be characters.
Run the code above in your browser using DataLab