consolidatesheets: Consolidate sheets of an Excel workbook into a single data...

Description Usage Arguments Value

View source: R/consolidatesheets.R

Description

consolidatesheets is useful for combining multiple sheets of an Excel workbook into a single data frame. It treats all columns as text and assumes that the sheets all have the same structure.

Usage

1
consolidatesheets(path, verbose = FALSE)

Arguments

path

file name of the source Excel workbook

verbose

when TRUE display str of returned data frame

Value

a single data frame containing all sheets


markconnolly/consolxl documentation built on Jan. 25, 2022, 3:46 a.m.