Learn R Programming

AHM (version 1.0.1)

enlist: Create a list

Description

Create a list

Usage

enlist(...)

Arguments

...

object to be included as elements in the list

Examples

Run this code
# NOT RUN {
item = c(1:10)
enlist(item)
# }

Run the code above in your browser using DataLab