easyp2dim: returns the dimension of the variable defined in an easyp...

Description Usage Arguments Value Examples

Description

(ba) Decoding the node/variables of ONE easyp, returns the dimension of the associated variable according to the associated /nom/.

Usage

1
easyp2dim(eas, nom)

Arguments

eas

character of the complete variable name

nom

referent /nom/.

Value

dimension in terms of number of variables

Examples

1
2
3
4
 rebastaba3k("RESET"); # needed only for R checking, to be forgotten
 easyp2dim('{{A}}', rbsb.nom2);
 easyp2dim('{{A[c]}}', rbsb.nom3);
 easyp2dim('{{A[a]}}*{{C}}', rbsb.nom3);

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