matchl: TRUE/FALSE wrapper for match

View source: R/helper.R

matchlR Documentation

TRUE/FALSE wrapper for match

Description

Looks for matches of a list on a target, but returns TRUE/FALSE instead of the position where the match was found.

Usage

matchl(input, match)

Arguments

input

vector of elements to be matched.

match

vector of elements where to look for the input.

Value

A logical vector.


actel documentation built on Oct. 19, 2023, 9:08 a.m.