read_all_excel_sheets: Combine all sheets in an Excel file

View source: R/read.R

read_all_excel_sheetsR Documentation

Combine all sheets in an Excel file

Description

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

Usage

read_all_excel_sheets(filepath, ...)

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.


globeandmail/upstartr documentation built on Jan. 10, 2024, 4:44 p.m.