match_df: helper function to do the equivalent of match between two...

View source: R/helper-functions.R

match_dfR Documentation

helper function to do the equivalent of match between two data frames

Description

helper function to do the equivalent of match between two data frames

Usage

match_df(df1, df2)

Arguments

df1

the values to be matched.

df2

the values to be matched against

Value

matched indices


Paradigm4/revealcore documentation built on May 21, 2023, 9:57 a.m.