checkExcel | R Documentation |
Load two excel workbooks and check them for equivalence
checkExcel(dir_v = NULL, wkbk1_v, wkbk2_v, outDir_v = NULL)
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. |
Read in all worksheets in each workbook and check them for equivalence
Returns any different worksheets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.