rebastaba3k: assigns the rsba constants

Description Usage Arguments Details Value Examples

Description

(ba) defines or returns the constants used within /rbsbba/. The performed action depends on the argument.

Usage

1

Arguments

whi

a character(1) indicating either to reset or to return the names or the current values. The three possible values are RESET, reset, names, definitions or values.

Details

see the details in rbsb3k NEVERTHELESS be aware that changing some constants like rbsb.nom? will possibly imply inconsistency with the constants of other layers, like g4n.gn?, rebastaba.bn?, rebastaba.dn?...

Value

When whi=="RESET" nothing (but the assignments are performed for all layers rbsb and rsba). When whi=="reset" nothing (but the assignments of the layer rsba are performed). When whi=="names" the names as a character vector. When whi=="definitions" the definitions as a named character vector. When whi=="values" the values through a named list.

Examples

1
2
3
4
 rebastaba3k("RESET");
 print(g4n.gn1);
 rebastaba3k("names");
 rebastaba3k("values");

rebastaba documentation built on May 2, 2019, 5:24 p.m.