match_first: Returns with element from 'from' matches 'words' using...

Description Usage Arguments Value

View source: R/affixes.R

Description

Returns with element from 'from' matches 'words' using 'compare_function' Returns Inf if none

Usage

1
match_first(words, from, compare_function)

Arguments

words

words that will be compared

from

elements to compare to

compare_function

Function to use in comparison

Value

A vector indexes of the same length of words, with positions in from. NA if none matched for that word.


jmones/catmunalias documentation built on May 10, 2020, 5 p.m.