View source: R/excel_extract.R
read_xl_sheets | R Documentation |
Retrieves all of the sheets in a given Microsoft Excel workbook and stores them as elements in a list. Note that the guts of this function were created by the developers of 'readxl::read_excel()' and we merely created a wrapper function to invoke their work more easily.
read_xl_sheets(file_name = NULL)
file_name |
(character) Name of (and path to) the Excel workbook |
(list) One tibble per sheet in the Excel workbook stored as separate elements in a list
# Read in each sheet as an element in a list
read_xl_sheets(file_name = system.file("extdata", "excel_book.xlsx", package = "scicomptools"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.