grapes-rina-grapes: match any function - PARTIAL

%rina%R Documentation

match any function - PARTIAL

Description

An extension of '

Usage

pattern %rina% list

Arguments

pattern

the list/vector of patterns to match

list

the list/vector that will be compared against for matches

Examples

c(1,2,3,4,5) %rin% c(5,6,7,8,9,10,11,12) == TRUE TRUE FALSE FALSE TRUE | c(5,6,7,8,9,10,11,12) %rin% c(1,2,3,4,5) TRUE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
%rinp%

clmacleod/highlandr documentation built on Feb. 18, 2025, 1:31 p.m.