Learn R Programming

taber (version 0.1.2)

clear_stack: Remove all objects from the stack by deleting them from memory.

Description

Remove all objects from the stack by deleting them from memory.

Usage

clear_stack()

Arguments

Examples

Run this code
# 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