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'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.