gn2list: transforms a /gn/ object into a list

Description Usage Arguments Value Examples

View source: R/f0.g4n1.code.r

Description

Just translating all slot of the /gn/ into associated components of a list. This is the reverse function of list2gn.

Usage

1
gn2list(gn)

Arguments

gn

The /gn/ to be transformed into a list.

Value

The generated list

Examples

1
2
 g4n3k("RESET"); # For R checking compliance
 gn2list(g4n.gn3);

g4n documentation built on May 2, 2019, 5:47 p.m.

Related to gn2list in g4n...