Learn R Programming

dtrackr (version 0.4.6)

p_clear: Clear the dtrackr history graph

Description

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

Usage

p_clear(.data)

Value

the .data dataframe with the history graph removed

Arguments

.data

a dataframe which may be grouped

Examples

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

Run the code above in your browser using DataLab