grapes-equals-grapes: Locate Accurately

Description Usage Arguments Value Examples

Description

Locate Accurately

Usage

1
a %==% b

Arguments

a

vector for matching

b

vector for searching

Value

If length of a is one, a vector will be return. If length of a is more than one, a list for each element will be return.

Examples

1
2
3
a=c(1,2,3,4)
b=c(1,2,3,1,4,1,5,6,1,4,1)
a %==% b

do documentation built on Aug. 3, 2021, 5:06 p.m.