untrack {dtrackr}R Documentation

Remove tracking from the dataframe

Description

Remove tracking from the dataframe

Usage

untrack(.data)

Arguments

.data

a tracked dataframe

Value

the .data dataframe with history graph metadata removed.

Examples

library(dplyr)
library(dtrackr)
iris %>% track() %>% untrack() %>% class()

[Package dtrackr version 0.4.4 Index]