OrderIndependentLookup: 'OrderIndependentLookup'

Description Usage Arguments Value Examples

Description

Method to get and set the OrderIndependentLookup parameter

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
5
opts <- CMoptions()
OrderIndependentLookup(opts)

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

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.