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()

dtrackr documentation built on Oct. 21, 2024, 5:06 p.m.