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