FindAllMatches: Method FindAllMatches

Description Usage Arguments Value Examples

Description

Method to get and set the FindAllMatches parameter

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
opts <- CMoptions()
FindAllMatches(opts)
opts <- CMoptions()
FindAllMatches(opts) <- 'YES'

Example output

Loading required package: rJava
Loading required package: OnassisJavaLibs
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
OpenJDK 64-Bit Server VM warning: Can't detect primordial thread stack location - find_vma failed
OnASSIs successfully loaded
[1] "YES"

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.