The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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.

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

Documentation:

Reference manual: safejoin.pdf
Vignettes: motivation-for-safejoin

Downloads:

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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=safejoin to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.