Description Usage Arguments Value Author(s) Examples
View source: R/read_excel_allsheets.R
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.
1 | read_excel_allsheets(filename, tibble = FALSE)
|
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 |
None
Jeromy Anglim
1 2 3 4 5 | ## Not run:
setwd(PATH_TO_FOLDER)
read_excel_allshets(filename)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.