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.

Package details

AuthorSam Edwardes [aut, cre]
MaintainerSam Edwardes <edwardes.s@gmail.com>
LicenseMIT + file LICENSE
Version0.2.0
URL https://github.com/SamEdwardes/safejoin
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("safejoin")

Try the safejoin package in your browser

Any scripts or data that you put into this service are public.

safejoin documentation built on June 22, 2024, 9:54 a.m.