nod2list: transforms a /nod/ into a consistent list

Description Usage Arguments Details Value Examples

Description

Transforms a /nod/ into a consistent list doing the necessary translations to make things easy for the end user.

Usage

1
nod2list(nod)

Arguments

nod

The nod object to be transformed into a list.

Details

According to prr.mck, the argument nod is checked or not.

Value

The generated list.

Examples

1
2
 prr3k("RESET"); # (only for R checking)
 nod2list(prr.nod3);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to nod2list in prr...