Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

read_all_excel_sheets

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.


upstartr

Utilities Powering the Globe and Mail's Data Journalism Template

v0.1.1
MIT + file LICENSE
Authors
Tom Cardoso [aut, cre] (creator and maintainer), Michael Pereira [ctb], The Globe and Mail Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.