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.
Version: | 0.2.0 |
Imports: | dplyr, glue, lifecycle |
Suggests: | testthat, knitr, rmarkdown |
Published: | 2024-06-02 |
DOI: | 10.32614/CRAN.package.safejoin |
Author: | Sam Edwardes [aut, cre] |
Maintainer: | Sam Edwardes <edwardes.s at gmail.com> |
BugReports: | https://github.com/SamEdwardes/safejoin/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/SamEdwardes/safejoin |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | safejoin results |
Reference manual: | safejoin.pdf |
Package source: | safejoin_0.2.0.tar.gz |
Windows binaries: | r-devel: safejoin_0.2.0.zip, r-release: safejoin_0.2.0.zip, r-oldrel: safejoin_0.2.0.zip |
macOS binaries: | r-release (arm64): safejoin_0.2.0.tgz, r-oldrel (arm64): safejoin_0.2.0.tgz, r-release (x86_64): safejoin_0.2.0.tgz, r-oldrel (x86_64): safejoin_0.2.0.tgz |
Old sources: | safejoin archive |
Please use the canonical form https://CRAN.R-project.org/package=safejoin to link to this page.