%s=% {do}R Documentation

Locate Similarly by grep()

Description

Locate Similarly by grep()

Usage

a %s=% b

Arguments

a

vector for matching

b

vector for searching

Value

A list contains location information.

Examples

1 %s=% c(1,12,3)
c(1,2) %s=% c(1,12,3)

[Package do version 2.0.0.0 Index]