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