checkExcel: Check Excel

View source: R/checkExcel.R

checkExcelR Documentation

Check Excel

Description

Load two excel workbooks and check them for equivalence

Usage

checkExcel(dir_v = NULL, wkbk1_v, wkbk2_v, outDir_v = NULL)

Arguments

dir_v

optional path to the directory that wkbk1 and wkbk2 are in

wkbk1_v

If dir_v == NULL, path to first workbook. If dir_v is set, then file name within dir_v that points to first workbook

wkbk2_v

If dir_v == NULL, path to second workbook. If dir_v is set, then file name within dir_v that points to second workbook

outDir_v

optional directory to write output if any is created. Default, NULL, will write to working directory.

Details

Read in all worksheets in each workbook and check them for equivalence

Value

Returns any different worksheets


weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.