getExcel | R Documentation |
Import all sheets from an Excel file.
getExcel(filePath, funList = NULL)
filePath |
Path to excel file. |
funList |
tbd. |
Either a data.frame
(if the Excel file has a single sheet)
or a named list
(if the Excel file has multiple sheets).
filePath <- system.file("extdata", "example_abbrList.xlsx", package = "eatCodebook")
excel_list <- getExcel(filePath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.