listDS: Coerce objects into a list
Description
this function is similar to R function 'list'
Usage
listDS(input = NULL, eltnames = NULL)
Arguments
- input
a list of objects to coerce into a list
- eltnames
a character list, the names of the elements in the list.
Details
Unlike the R function 'list' it takes also a vector of characters,
the names of the elements in the output list.