OrderIndependentLookup {Onassis}R Documentation

OrderIndependentLookup

Description

Method to get and set the OrderIndependentLookup parameter

Usage

OrderIndependentLookup(x)

OrderIndependentLookup(x) <- value

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

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

Arguments

x

instance of class CMoptions

value
  • ON Ordering within span is ignored (i.e. 'Breast cancer' would equal 'Cancer breast')

  • OFF Ordering is taken into consideration

Value

The OrderIndependentLookup corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.

Examples

opts <- CMoptions()
OrderIndependentLookup(opts)

opts <- CMoptions()
OrderIndependentLookup(opts) <- 'ON'

[Package Onassis version 1.15.0 Index]