powered by
Remove tracking from the dataframe
untrack(.data)
the .data dataframe with history graph metadata removed.
a tracked dataframe
library(dplyr) library(dtrackr) iris %>% track() %>% untrack() %>% class()
Run the code above in your browser using DataLab