rexcel (version 0.0.1)

rexcel_read_workbook: Read an Excel workbook

Description

Read an entire workbook

Usage

rexcel_read_workbook(path, sheets = NULL, progress = TRUE)

Arguments

path
Path to the xlsx file to load. xls files are not supported.
sheets
Character or integer vector of sheets to read, or NULL to read all sheets (the default)
progress
Display a progress bar?