powered by
"as.list"(x, ...)
as.data.frame.rstack
s <- rstack() s <- insert_top(s, "a") s <- insert_top(s, "b") slist <- as.list(s) print(slist)
Run the code above in your browser using DataLab