powered by
iface
Cast an iface to a plain list.
# S3 method for iface as.list(x, ..., flatten = FALSE)
a list representation of the iface input.
object to be coerced or tested.
objects, possibly named.
get a list of lists representation instead of the dataframe column by column list.
my_iface = iface( col1 = integer + group_unique ~ "an integer column" ) as.list(my_iface, flatten=TRUE)
Run the code above in your browser using DataLab