Import all sheets from an Excel file.
Value
Either a data.frame
(if the Excel file has a single sheet)
or a named list
(if the Excel file has multiple sheets).
Examples
filePath <- system.file("extdata", "example_abbrList.xlsx", package = "eatCodebook")
excel_list <- getExcel(filePath)