fixed: fixed

Description Usage Arguments See Also Examples

Description

Creates or modifies the search type to use fixed matching

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fixed(object, ...)

## Default S3 method:
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

1
2
pat <- fixed("a")
  detect( c('alpha','beta'), pat )

searchable documentation built on May 1, 2019, 9:45 p.m.