View source: R/read_excel_allsheets.R
read_excel_allsheets | R Documentation |
Helper function to quickly and easily read in all the sheets in an excel spreadsheet using readxl::read_excel
read_excel_allsheets(file, tibble = TRUE, ...)
file |
Path to the xls/xlsx file |
tibble |
|
... |
Additional arguments passes to |
A list of tibbles.
## Not run:
library(readxl)
datasets <- readxl_example("datasets.xlsx")
read_excel_allsheets(datasets)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.