daf2list: transforms a /daf/ into a list

Description Usage Arguments Details Value Examples

View source: R/f1.rbsb2.code.r

Description

This function transforms a /daf/ object into a standard list. The shortened way is used when simple.

Usage

1
daf2list(daf, simple=TRUE)

Arguments

daf

The daf object to be transformed.

simple

indicates the way the list must be created.

Details

By simple or shortened, it is meant that the list is given with a simple level of a character(3) (most frequent use).

Value

the resulting list

Examples

1
2
3
4
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 daf2list(rbsb.daf1);
 daf2list(NULL);
 daf2list(rbsb.daf1, FALSE);

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to daf2list in rbsb...