Description Usage Arguments Value Examples
This function will read an excel file and combine its sheets into a single dataframe.
1 |
file |
Takes an excel file to be read from |
sheet |
Takes a vector of sheets to be read |
Tibble assembled from the sheets selected from the file
1 2 | datasets <- readData_example("iris.xlsx")
readData(datasets, "iris")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.