readData {plotGrouper}R Documentation

A function to read an excel file and combine its sheets into a single dataframe.

Description

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

Usage

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

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

[Package plotGrouper version 1.4.0 Index]