View source: R/utilities-file.R
readExcel | R Documentation |
readxl::read_excel
with suppressed warningsRead XLSX files using readxl::read_excel
with suppressed warnings
readExcel(path, sheet = NULL, ...)
path |
Full path of an XLS/XLSX file |
sheet |
Name or number of the sheet. If |
... |
Any other parameters that can be passed to |
A tibble with the contents of the excel sheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.