Learn R Programming

actel (version 1.3.0)

matchl: 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)

Value

A logical vector.

Arguments

input

vector of elements to be matched.

match

vector of elements where to look for the input.