Read XLSX files using readxl::read_excel
with suppressed warnings
Source: R/utilities-file.R
readExcel.Rd
Read XLSX files using readxl::read_excel
with suppressed warnings
Arguments
- path
Full path of an XLS/XLSX file
- sheet
Name or number of the sheet. If
NULL
(default), the first sheet of the file is used.- ...
Any other parameters that can be passed to
readxl::read_excel