row_match: row_match

Description Usage Arguments

View source: R/row_match.R

Description

Function to check if the rows in two dataframes are contained in each other. Generally most useful for testing if the outputs of 2 functions are ==.

Usage

1
row_match(dataframe_1, dataframe_2, results = "in")

Arguments

dataframe_1

A dataframe.

dataframe_2

A dataframe..

results

what the function should return; 'in', 'not_in', 'num_in', 'num_not_in'


schuyler-smith/schuylR documentation built on Feb. 8, 2022, 12:25 p.m.