read_xl | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.