readData {plotGrouper} | R Documentation |
This function will read an excel file and combine its sheets into a single dataframe.
readData(file = NULL, sheet = NULL)
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
datasets <- readData_example("iris.xlsx") readData(datasets, "iris")