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:Yvonne Glanville [aut, cre]

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'))

Peer review:

Bug tracker:https://github.com/yvonneglanville/joinxl/issues

Uses libs:
  • openjdk– OpenJDK Java runtime, using Hotspot JIT

On CRAN:

3.70 score 1 stars 5 scripts 211 downloads 5 exports 32 dependencies

Last updated 8 years agofrom:741f6eaa61. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 16 2024
R-4.5-winOKNov 16 2024
R-4.5-linuxOKNov 16 2024
R-4.4-winOKNov 16 2024
R-4.4-macOKNov 16 2024
R-4.3-winOKNov 16 2024
R-4.3-macOKNov 16 2024

Exports:fulljoinXLinnerjoinXLleftjoinXLminusXLrightjoinXL

Dependencies:cellrangerclicpp11crayondata.tablefansigluehmslifecyclemagrittropenxlsxpillarpkgconfigprettyunitsprogressR.methodsS3R.ooR.utilsR6rChoiceDialogsRcppreadxlrematchrJavarlangstringitibbletimeDatetimeSeriesutf8vctrszip

joinXL Functions

Rendered fromFunctionality.Rmdusingknitr::rmarkdownon Nov 16 2024.

Last update: 2016-08-29
Started: 2016-08-29