SynonymType: Method SynonymType

Description Usage Arguments Value Examples

Description

Method to get and set the SynonymType parameter

Usage

1
2
3
4
5
6
7
8
9
SynonymType(x)

SynonymType(x) <- value

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

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

Arguments

x

instance of class CMoptions

value
  • EXACT_ONLY Only exact synonyms are considered

  • ALL All synonym types are included

Value

The SynonymType 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
5
opts <- CMoptions()
SynonymType(opts)

opts <- CMoptions()
SynonymType(opts) <- 'ALL'

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.