powered by
"as.list"(x, ...)
as.data.frame.rpqueue
as.list
q <- rpqueue() q <- insert_back(q, "a") q <- insert_back(q, "b") qlist <- as.list(q) print(qlist)
Run the code above in your browser using DataLab