mergeExcel: Merge Excel workbooks

Description Usage Arguments Value

Description

This function will take a group of workbooks that mutliple sheets with common sheet names. It will combine all of the sheets with the same name into one sheet and write a single workbook with merged content.

Usage

1
mergeExcel(files, output_location = ".", output_name = "merged_excel")

Arguments

files

A vector of Excel file locations

output_location

Path for output file

output_name

Name for output Excel file

Value

An Excel 2007 workbook.


IU-MMGE/NCRAD documentation built on May 8, 2019, 1:39 p.m.