Description Usage Arguments Value Examples
Method to get and set the FindAllMatches parameter
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
|
x |
instance of class |
value |
|
The FindAllMatches corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
1 2 3 4 | opts <- CMoptions()
FindAllMatches(opts)
opts <- CMoptions()
FindAllMatches(opts) <- 'YES'
|
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.