powered by
Copy the dtrackr history graph from one dataframe to another
p_copy(.data, from)
the .data dataframe with the history graph of "from"
a dataframe which may be grouped
the dataframe to copy the history graph from
mtcars %>% p_copy(iris %>% comment("A comment")) %>% history()
Run the code above in your browser using DataLab