CRAN
joinXL 1.0.1
Perform Joins or Minus Queries on 'Excel' Files
Released Sep 19, 2016 by Yvonne Glanville
Dependencies
timeSeries 3042.102 R.utils 2.6.0 data.table 1.11.4 rChoiceDialogs 1.0.6 rJava openxlsx 4.1.0 Rcpp readxl 1.1.0 timeDate 3043.102
Performs Joins and Minus Queries on 'Excel' Files fulljoinXL() Merges all rows of 2 'Excel' files based upon a common column in the files. innerjoinXL() Merges all rows from base file and join file when the join condition is met. leftjoinXL() Merges all rows from the base file, and all rows from the join file if the join condition is met. rightjoinXL() Merges all rows from the join file, and all rows from the base file if the join condition is met. minusXL() Performs 2 operations source-minus-target and target-minus-source If the files are identical all output files will be empty. Choose two 'Excel' files via a dialog box, and then follow prompts at the console to choose a base or source file and columns to merge or minus on.