count_in: Count in

Description Usage Arguments Value

View source: R/count_in.R

Description

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

Usage

1
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/muadc documentation built on March 6, 2021, 4:15 p.m.