p_untrack | R Documentation |
Remove tracking from the dataframe
p_untrack(.data)
.data |
a tracked dataframe |
the .data dataframe with history graph metadata removed.
library(dplyr)
library(dtrackr)
iris %>% track() %>% untrack() %>% class()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.