searchable (version 0.3.3.1)

fixed: fixed

Description

Creates or modifies the search type to use fixed matching

Usage

fixed(object, ...)

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

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

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

Arguments

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

fixed

See Also

pattern

Examples

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

Run the code above in your browser using DataLab