load_excel | R Documentation |
Load an Excel sheet from a workbook
load_excel(obj)
obj |
A domain object. |
Reads a file in xls or xlsx format and casts it as a tbl_df (dplyr) object. It must be passed a valid domain object, that may also contain an xlSettings object. For full description of xlSettings options see the arguments list for read_excel
A tbl_df object containing the loaded data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.