Description Usage Arguments Examples
View source: R/read_excel_allsheets.R
read_excel_allsheets read all excel sheets. Function was adapted from https://stackoverflow.com/a/12945838/11215767
1 | read_excel_allsheets(filename, pages = sheets, tibble = FALSE)
|
filename |
excel files |
pages |
number of order of sheets in the excel (to select certain sheets) |
tibble |
set to TRUE for tibble format (default is FALSE) |
1 2 3 4 5 6 | ## Read all excel sheets
## Not run: read_excel_allsheets("datasets")
## Read several excel sheets
## Not run: read_excel_allsheets("datasets", pages = 2:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.