Description Usage Arguments Details Value Examples
(ba) defines or returns the constants used within /rbsbba/. The performed action depends on the argument.
1 | rebastaba3k(whi)
|
whi |
a character(1) indicating either to reset or to return the
names or the current values. The three possible values are
|
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?...
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.
1 2 3 4 | rebastaba3k("RESET");
print(g4n.gn1);
rebastaba3k("names");
rebastaba3k("values");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.