## Not run:
# # Where your Excel files are located
# folder <- "./excel data/"
#
# # First try without parameters
# data_ <- extract_excel(folder)
#
# # View all data
# view_excel(data_)
#
# # Second try with adjustments where things went wrong
# weird_cases <- list(
# "first workbook.xls" = list(
# "sheet2" = list(skip = 3),
# "sheet3" = list(skip = 2)
# ),
# "wb2.xlsx" = list(
# "tab2" = list(skip = 3, col_names = FALSE)
# )
# )
# data_ <- extract_excel(folder, weird_cases)
# ## End(Not run)
Run the code above in your browser using DataLab