SynonymType {Onassis}R Documentation

Method SynonymType

Description

Method to get and set the SynonymType parameter

Usage

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

opts <- CMoptions()
SynonymType(opts)

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

[Package Onassis version 1.10.0 Index]