p_clear: Clear the dtrackr history graph

View source: R/dtrackr.R

p_clearR Documentation

Clear the dtrackr history graph

Description

This is unlikely to be needed directly and is mostly and internal function

Usage

p_clear(.data)

Arguments

.data

a dataframe which may be grouped

Value

the .data dataframe with the history graph removed

Examples

library(dplyr)
library(dtrackr)
mtcars %>% track() %>% comment("A comment") %>% p_clear() %>% history()

terminological/dtrackr documentation built on Oct. 20, 2024, 6:11 a.m.