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.1.0 |
| Imports: | dplyr, glue |
| Suggests: | testthat, knitr, rmarkdown |
| Published: | 2021-04-26 |
| 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 |
| Vignettes: |
motivation-for-safejoin |
| Package source: | safejoin_0.1.0.tar.gz |
| Windows binaries: | r-devel: safejoin_0.1.0.zip, r-release: safejoin_0.1.0.zip, r-oldrel: safejoin_0.1.0.zip |
| macOS binaries: | r-release (arm64): safejoin_0.1.0.tgz, r-oldrel (arm64): safejoin_0.1.0.tgz, r-release (x86_64): safejoin_0.1.0.tgz, r-oldrel (x86_64): safejoin_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=safejoin to link to this page.