p_clear {dtrackr}R 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()

[Package dtrackr version 0.4.4 Index]