searchable (version 0.3.3.1)

coll: coll

Description

Creates or modifies the search type to use coll matching

Usage

coll(object, ...)

## S3 method for class 'default': coll(object, ...)

## S3 method for class 'character': coll(object, ...)

## S3 method for class 'SearchableOrPattern': coll(object, ...)

Arguments

object
to make specification
...
additional arguments passes to pattern

coll

See Also

pattern

Examples

Run this code
pat <- coll("a")
  detect( c('alpha','beta'), pat )

Run the code above in your browser using DataCamp Workspace