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

Description Usage Examples

View source: R/tabe.R

Description

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

Usage

1

Examples

1
2
3
4
5
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()

taber documentation built on Oct. 23, 2020, 6:43 p.m.

Related to clear_stack in taber...