Find: Finds subvector.

Description Usage Arguments Value

Description

Finds subvector.

Usage

1
Find(pattern, original, comparator = function(a, b) {     return(a == b) })

Arguments

pattern

Any type vector - subvector to look for

original

Any type vector to search in

comparator

Function that compares two elements

Value

Number Vector with start indexes of entries of subvector, if pattern was founded Otherwise, zero length vector.


kittypr/RMDupdaterAddin documentation built on May 13, 2019, 4:05 a.m.