enlist {AHM} | R Documentation |
Create a list
Description
Create a list
Usage
enlist(...)
Arguments
... |
object to be included as elements in the list |
Examples
item = c(1:10)
enlist(item)
[Package AHM version 1.0.1 Index]
enlist {AHM} | R Documentation |
Create a list
enlist(...)
... |
object to be included as elements in the list |
item = c(1:10)
enlist(item)