readAllSheets: Read all sheets from an xlsx or xls file into R as a list

Description Usage Arguments Value

Description

Simple function which reads all sheets from an xlsx or xls file into a list

Usage

1
readAllSheets(filename, ...)

Arguments

filename

the path of an xlsx or xls file.

...

additional arguments to be passed to read_xlsx.

Value

a list of data frames: one for each sheet in the source file


gtm19/gmcustomfun documentation built on May 31, 2019, 5:40 a.m.