readExcel: Read XLSX files using 'readxl::read_excel' with suppressed...

View source: R/utilities-file.R

readExcelR Documentation

Read XLSX files using readxl::read_excel with suppressed warnings

Description

Read XLSX files using readxl::read_excel with suppressed warnings

Usage

readExcel(path, sheet = NULL, ...)

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

Value

A tibble with the contents of the excel sheet


esqLABS/esqlabsR documentation built on April 17, 2025, 10:51 a.m.