match_object: Match Object(s) in List

Description Usage Arguments Value See Also

View source: R/utilities.R

Description

This function returns a vector of the positions of the first matches of its first argument in its second.

Usage

1

Arguments

x

list or object: The object(s) to be matched.

table

list: The objects to be matched against.

nomatch

The value to be returned in the case when no match is found.

Value

An integer vector giving the position in table of the first match if there is a match, otherwise nomatch.

See Also

base::match()


nick-ulle/ast documentation built on Oct. 18, 2019, 4:37 a.m.