read_all_excel_sheets: Combine all sheets in an Excel file

Description Usage Arguments Value

View source: R/read.R

Description

Reads all sheets in a single Excel file using readxl::read_excel and concatenates them into a single, long tibble.

Usage

1

Arguments

filepath

Path to the Excel file.

...

Parameters to pass to readxl::read_excel.

Value

A tibble data concatenated from a all sheets in an Excel file.


upstartr documentation built on Feb. 23, 2021, 9:06 a.m.