FindAllMatches {Onassis}R Documentation

Method FindAllMatches

Description

Method to get and set the FindAllMatches parameter

Usage

FindAllMatches(x)

FindAllMatches(x) <- value

## S4 method for signature 'CMoptions'
FindAllMatches(x)

## S4 replacement method for signature 'CMoptions'
FindAllMatches(x) <- value

Arguments

x

instance of class CMoptions

value
  • YES All the matches within the span are found

  • NO Only the longest match within the span will be returned

Value

The FindAllMatches corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.

Examples

opts <- CMoptions()
FindAllMatches(opts)
opts <- CMoptions()
FindAllMatches(opts) <- 'YES'

[Package Onassis version 1.10.0 Index]