powered by
fixed(object, ...)## S3 method for class 'default': fixed(object, ...)## S3 method for class 'character': fixed(object, ...)## S3 method for class 'SearchableOrPattern': fixed(object, ...)
## S3 method for class 'default': fixed(object, ...)
## S3 method for class 'character': fixed(object, ...)
## S3 method for class 'SearchableOrPattern': fixed(object, ...)
pattern
fixed
pat <- fixed("a") detect( c('alpha','beta'), pat )
Run the code above in your browser using DataLab