R/read_xl.R
read_xl.Rd
This function loads a table from an Excel file.
read_xl(path, sheet = 1)
The path to the Excel file to read.
Optional, the sheet to read (either a string with the name of the sheet or an integer with its position). Default: 1.
A tibble.