CaseMatch {Onassis} | R Documentation |
CaseMatch
Method to get and set the CaseMatch parameter of CMoptions
instances
CaseMatch(x) CaseMatch(x) <- value ## S4 method for signature 'CMoptions' CaseMatch(x) ## S4 replacement method for signature 'CMoptions' CaseMatch(x) <- value
x |
instance of class |
value |
One of the following :
|
The CaseMatch corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
opts <- CMoptions() CaseMatch(opts) opts <- CMoptions() CaseMatch(opts) <- 'CASE_SENSITIVE'