count_in: Count in

View source: R/count_in.R

count_inR Documentation

Count in

Description

compare two objects to see how many rows are shared between them

Usage

count_in(x, y, by = NULL)

Arguments

x

y tbls to compare

by

a character vector of variables to join by. If NULL, the default, ⁠*_join()⁠ will do a natural join, using all variables with common names across the two tables

Value

a 3 row data frame with the number of ID variables that are in x but not in y, number in both, and number that are in y but not in x.


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.