load_excel_sheets | R Documentation |
load_excel_sheets
will load all sheets from an excel file.
load_excel_sheets(filename, tibble = FALSE, ...)
filename |
A character string for the file path where the excel file is located. |
tibble |
A logical value, if |
... |
Additional parameters passed to |
Datasets for all sheets within excel file.
Requires the readxl
package to operate.
Adapted from Jeromy Anglim's stackoverflow contribution: https://stackoverflow.com/questions/12945687/read-all-worksheets-in-an-excel-workbook-into-an-r-list-with-data-frames
## Not run:
loaded_sheets <- load_excel_sheets("myexcelfile.xls")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.