powered by
"insert_top"(s, e, ...)
rstack
without_top
s <- rstack() s <- insert_top(s, "a") s <- insert_top(s, "b") print(s) s2 <- insert_top(s, "c") print(s2) print(s)
Run the code above in your browser using DataLab