get_join_rows_n: count of rows with join

Description Usage Arguments Value Examples

View source: R/get_join_rows_n.R

Description

count of rows with join

Usage

1
get_join_rows_n(data_x, ID_x, ID_y)

Arguments

data_x

data x that the join will be based on

ID_x

Join ID in dataset x

ID_y

Join ID in dataset y

Value

dataframe of n rows that have a join match in x

Examples

1
##get_join_rows_n(df.x, df.x$ID, df.y$ID)

toebR/joincheckr documentation built on March 16, 2021, 11:31 a.m.