read_xl {concatipede} | R Documentation |
Read an Excel file
Description
This function loads a table from an Excel file.
Usage
read_xl(path, sheet = 1)
Arguments
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. |
Value
A tibble.
[Package concatipede version 1.0.1 Index]