powered by
Remove all objects from the stack by deleting them from memory.
clear_stack()
# NOT RUN { library(dplyr) aframe <- data.frame(zed = runif(100)) set_to_zero <- . %>% mutate(zed = 0) aframe %>% scion(zed >0.5, false_fun=set_to_zero) clear_stack() # }
Run the code above in your browser using DataLab