listDS.Rd
this function is similar to R function 'list'
listDS(input = NULL, eltnames = NULL)
a list of objects to coerce into a list
a character list, the names of the elements in the list.
a list
Unlike the R function 'list' it takes also a vector of characters, the names of the elements in the output list.
Gaye, A.