Jordan Gutterman

Results 1 issues of Jordan Gutterman

I previously used this package to check that joins in a pipeline do not introduce new rows via duplicates using the following pattern: ``` df3 % left_join(df2, by="var") %>% assert(nrow(.)...