Package: safejoin 0.1.0

safejoin: Perform "Safe" Table Joins

The goal of 'safejoin' is to guarantee that when performing joins extra rows are not added to your data. 'safejoin' provides a wrapper around 'dplyr::left_join' that will raise an error when extra rows are unexpectedly added to your data. This can be useful when working with data where you expect there to be a many to one relationship but you are not certain the relationship holds.

Authors:Sam Edwardes [aut, cre]

safejoin_0.1.0.tar.gz
safejoin_0.1.0.zip(r-4.5)safejoin_0.1.0.zip(r-4.4)safejoin_0.1.0.zip(r-4.3)
safejoin_0.1.0.tgz(r-4.4-any)safejoin_0.1.0.tgz(r-4.3-any)
safejoin_0.1.0.tar.gz(r-4.5-noble)safejoin_0.1.0.tar.gz(r-4.4-noble)
safejoin_0.1.0.tgz(r-4.4-emscripten)safejoin_0.1.0.tgz(r-4.3-emscripten)
safejoin.pdf |safejoin.html
safejoin/json (API)
NEWS

# Install 'safejoin' in R:
install.packages('safejoin', repos = c('https://samedwardes.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/samedwardes/safejoin/issues

On CRAN:

data-basedata-science

1 exports 0.70 score 16 dependencies 67 scripts 844 downloads

Last updated 3 years agofrom:2dced59275. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-winOKSep 10 2024
R-4.5-linuxOKSep 10 2024
R-4.4-winOKSep 10 2024
R-4.4-macOKSep 10 2024
R-4.3-winOKSep 10 2024
R-4.3-macOKSep 10 2024

Exports:safe_left_join

Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

motivation-for-safejoin

Rendered frommotivation-for-safejoin.Rmdusingknitr::rmarkdownon Sep 10 2024.

Last update: 2021-05-05
Started: 2021-05-05