View source: R/itempool-class-methods.R
as.list.Itempool | R Documentation |
This function converts Itempool objects to a list object
## S3 method for class 'Itempool'
as.list(x, ...)
x |
an |
... |
Additional parameters to be passed to the function. |
A list object with elements from 'Item' class.
Emre Gonulates
item1 <- item(a = 1.12, b = -2.1, c = 0.28)
item2 <- item(a = 2, b = 3.2, c = 0.21)
ip1 <- c(item1, item2)
as.list(ip1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.