decheck: Comparing two Excel files for double entry of plot data.

Description Usage Arguments Details Value Author(s) Examples

Description

Comparing two Excel files for Double Entry of plot data.

Usage

1
decheck(file1, file2)

Arguments

file1

The name of first Excel file to be compared in Character string.

file2

The name of Second Excel file to be compared in Character string.

Details

This function requires R package "knitr", "markdown" and "openxlsx". The user only needs to specify the file names to be compared. Both Excel 2003 (.xls) and 2007 (.xlsx) are allowed. The differences between the two files will be saved to a .html file entitled "Excel_Comparison_Results.html". This file could then be opened in a web browser such as "Firefox", "Chrome" or "IE". The corresponding row number (of the Excel file) and the entries will be shown where discrepancy found. Differences will be highlighted in Red.

Value

None.

Author(s)

Jinlong Zhang

Examples

1
### Coming soon. 

helixcn/TPK documentation built on May 17, 2019, 3:37 p.m.