View source: R/helper-functions.R
find_matches_and_return_indices | R Documentation |
helper function to report matches between vectors
find_matches_and_return_indices(source, target, match_fcn = base::match)
source |
source vector for finding matches from |
target |
target vector in which to find matches |
match_fcn |
a function that does matching between source and target. Default base::match. Use revealcore::match_df for data frames. |
list(match_res, source_matched_idx, source_unmatched_idx, target_matched_idx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.