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