cloud_read_excel | R Documentation |
Uses readxl::read_excel under the hood, reads all sheets and returns them as a named list of dataframes.
cloud_read_excel(path)
path |
Path to the xlsx/xls file. |
A named list of dataframes, where each dataframe corresponds to a sheet in the Excel file. The names of the list elements are derived from the sheet names.
datasets <- readxl::readxl_example("datasets.xlsx")
cloud_read_excel(datasets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.