Skip to content

Commit

Permalink
Merge pull request #49 from RossanaTat/improving-dplyr-joins
Browse files Browse the repository at this point in the history
Improving dplyr joins
  • Loading branch information
zander-prinsloo authored Mar 18, 2024
2 parents d2c478e + 908b7f7 commit 765fbd8
Show file tree
Hide file tree
Showing 10 changed files with 861 additions and 604 deletions.
1,039 changes: 470 additions & 569 deletions R/dplyr-joins.R

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions R/joyn-merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ joyn <- function(x,
# Initial parameters ---------
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
start_joyn <- Sys.time()
# copy objects if data.tables
x <- copy(x)
y <- copy(y)
x <- copy(x)
y <- copy(y)


## X and Y -----------
check_xy(x,y)
Expand Down
112 changes: 112 additions & 0 deletions man/arguments_checks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions man/check_unmatched_keys.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/joyn-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions man/merge.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions man/process_by_vector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions man/set_col_names.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/unmatched_keys.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 765fbd8

Please sign in to comment.