powered by
This is unlikely to be needed directly and is mostly and internal function
p_clear(.data)
the .data dataframe with the history graph removed
a dataframe which may be grouped
library(dplyr) library(dtrackr) mtcars %>% track() %>% comment("A comment") %>% p_clear() %>% history()
Run the code above in your browser using DataLab