display8k: returns information about a /rbsa/ constant

Description Usage Arguments Details Value Examples

View source: R/rbsa0.code.r

Description

Exhibits a rbsa constant or returns a character vector for the names and the definitions of constants or a list for the values.

Usage

1
2
 
  display8k(constants,what="exhibit") 

Arguments

constants

The rbsa constant list (see the details for the description).

what

a character(1) indicating what must be returned. The acceptable values are exhibit, names, definitions and values. For user convenience, the argument is lowercased before checked, and only the first character is taken into consideration.

Details

A rbsa type constant is a named list, each component being a list of two components: $d for the definition which must be a character (concatenated if not a scalar) and $v which can take any value.

Value

Information is displayed and nothing is returned for exhibition else a named character or a named list.

Examples

1
2
3
 
  display8k(rbsa0) 
  display8k(rbsa0$monitor$v,"v") 

rbsa documentation built on May 2, 2019, 6:07 p.m.