getExcel: Import data from Excel.

View source: R/getExcel.R

getExcelR Documentation

Import data from Excel.

Description

Import all sheets from an Excel file.

Usage

getExcel(filePath, funList = NULL)

Arguments

filePath

Path to excel file.

funList

tbd.

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)


beckerbenj/eatCodebook documentation built on Feb. 24, 2025, 9:36 a.m.