read_excel_allsheets: Reads a workbook to a multidimensional matrix This is a...

Description Usage Arguments Value Author(s) Examples

View source: R/read_excel_allsheets.R

Description

Reads a workbook to a multidimensional matrix This is a function to take a workbook and transform it into a multidimensional matrix. This function was created by Jeromy Anglim.

Usage

1
read_excel_allsheets(filename, tibble = FALSE)

Arguments

filename

a vector of type string and length 1 that takes the name of a file

tibble

a logical argument that uses tibbles instead of dataframes if set to TRUE

Value

None

Author(s)

Jeromy Anglim

Examples

1
2
3
4
5
## Not run: 
setwd(PATH_TO_FOLDER)
read_excel_allshets(filename)

## End(Not run)

notsynonymous/SWA documentation built on Dec. 22, 2021, 3:13 a.m.