joinXL: Perform Joins or Minus Queries on 'Excel' Files

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.

Package details

AuthorYvonne Glanville [aut, cre]
MaintainerYvonne Glanville <yvonneglanville@gmail.com>
LicenseGPL-3
Version1.0.1
URL http://github.com/yvonneglanville/joinXL
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("joinXL")

Try the joinXL package in your browser

Any scripts or data that you put into this service are public.

joinXL documentation built on May 1, 2019, 11:27 p.m.