minusXL {joinXL} | R Documentation |
Performs a SQL type minus query on 2 Excel files
Description
Performs 2 operations: source-minus-target and target-minus-source If the files are identical all outputs are empty. Choose 2 files via dialog box, and then from the console choose the common column between the files. 3 separate .xlsx files are returned to the user "source_minus_target.xlsx" "target_minus_source.xlsx" "rowsNOTduplicated.xlsx"
Usage
minusXL()
Value
In working directory: source_minus_target.xlsx, target_minus_source.xlsx, rowsNOTduplicated.xlsx
Author(s)
Yvonne Glanville, yvonneglanville@gmail.com
See Also
innerjoinXL
for SQL type inner join, leftjoinXL
for SQL type left join,
rightjoinXL
for SQL type right join, fulljoinXL
for SQL type full join
Other X.joinXL.: fulljoinXL
,
innerjoinXL
, leftjoinXL
,
rightjoinXL
Examples
## Not run:
minusXL();
## End(Not run)
[Package joinXL version 1.0.1 Index]