as.list.iface | R Documentation |
iface
to a plain list.Cast an iface
to a plain list.
## S3 method for class 'iface'
as.list(x, ..., flatten = FALSE)
x |
object to be coerced or tested. |
... |
objects, possibly named. |
flatten |
get a list of lists representation instead of the dataframe column by column list. |
a list representation of the iface
input.
my_iface = iface(
col1 = integer + group_unique ~ "an integer column"
)
as.list(my_iface, flatten=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.