powered by
"as.list"(x, ...)
as.data.frame.rstack
as.list
d <- rdeque() d <- insert_front(d, "a") d <- insert_front(d, "b") dlist <- as.list(d) print(dlist)
Run the code above in your browser using DataLab