Package: safejoin
Title: Perform "Safe" Table Joins
Version: 0.1.0
Authors@R: 
    person(given = "Sam",
           family = "Edwardes",
           role = c("aut", "cre"),
           email = "edwardes.s@gmail.com")
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Suggests: testthat, knitr, rmarkdown
Imports: dplyr, glue
RoxygenNote: 7.1.1
URL: https://github.com/SamEdwardes/safejoin
BugReports: https://github.com/SamEdwardes/safejoin/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-20 13:27:30 UTC; samedwardes
Author: Sam Edwardes [aut, cre]
Maintainer: Sam Edwardes <edwardes.s@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-26 07:30:02 UTC
Built: R 4.2.0; ; 2022-03-22 18:53:02 UTC; unix
