readData: A function to read an excel file and combine its sheets into...

Description Usage Arguments Value Examples

Description

This function will read an excel file and combine its sheets into a single dataframe.

Usage

1
readData(file = NULL, sheet = NULL)

Arguments

file

Takes an excel file to be read from

sheet

Takes a vector of sheets to be read

Value

Tibble assembled from the sheets selected from the file

Examples

1
2
datasets <- readData_example("iris.xlsx")
readData(datasets, "iris")

jdgagnon/plotGrouper documentation built on May 14, 2019, 11:12 a.m.