Package: joinXL 1.0.1
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.
Authors:
joinXL_1.0.1.tar.gz
joinXL_1.0.1.zip(r-4.5)joinXL_1.0.1.zip(r-4.4)joinXL_1.0.1.zip(r-4.3)
joinXL_1.0.1.tgz(r-4.4-any)joinXL_1.0.1.tgz(r-4.3-any)
joinXL_1.0.1.tar.gz(r-4.5-noble)joinXL_1.0.1.tar.gz(r-4.4-noble)
joinXL_1.0.1.tgz(r-4.4-emscripten)joinXL_1.0.1.tgz(r-4.3-emscripten)
joinXL.pdf |joinXL.html✨
joinXL/json (API)
NEWS
# Install 'joinXL' in R: |
install.packages('joinXL', repos = c('https://yvonneglanville.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yvonneglanville/joinxl/issues
Last updated 8 years agofrom:741f6eaa61. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:fulljoinXLinnerjoinXLleftjoinXLminusXLrightjoinXL
Dependencies:cellrangerclicpp11crayondata.tablefansigluehmslifecyclemagrittropenxlsxpillarpkgconfigprettyunitsprogressR.methodsS3R.ooR.utilsR6rChoiceDialogsRcppreadxlrematchrJavarlangstringitibbletimeDatetimeSeriesutf8vctrszip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Performs a SQL type full join on 2 Excel files | fulljoinXL fulljoinXL() |
Performs a SQL type inner join on 2 Excel files | innerjoinXL innerjoinXL() |
Performs a SQL type left join on 2 Excel files | leftjoinXL leftjoinXL() |
Performs a SQL type minus query on 2 Excel files | minusXL minusXL() |
Performs a SQL type right join on 2 Excel files | rightjoinXL rightjoinXL() |