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

Description Usage Arguments Value Examples

View source: R/readData.R

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")

plotGrouper documentation built on Nov. 8, 2020, 5:25 p.m.