bind_excel: Combine Excel Sheets by Rows

Description Usage Arguments Value

Description

Take a vector of Excel workbook paths and combine all of the component worksheets by rows.

Usage

1
bind_excel(path, pattern = NULL, progress = interactive())

Arguments

path

Vector of file paths representing the Excel documents to be combined.

pattern

Regular expression to be matched to sheets that should be combined.

progress

Whether to print verbose messages on the progress of the method. By default this will only display in an interactive session.

Value

A tibble.


benjcunningham/ben documentation built on May 12, 2019, 11:55 a.m.