Learn R Programming

dsBase (version 6.3.3)

listDS: Coerce objects into a list

Description

this function is similar to R function 'list'

Usage

listDS(input = NULL, eltnames = NULL)

Value

a list

Arguments

input

a list of objects to coerce into a list

eltnames

a character list, the names of the elements in the list.

Author

Gaye, A.

Details

Unlike the R function 'list' it takes also a vector of characters, the names of the elements in the output list.