p_untrack: Remove tracking from the dataframe

View source: R/dtrackr.R

p_untrackR Documentation

Remove tracking from the dataframe

Description

Remove tracking from the dataframe

Usage

p_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()

terminological/dtrackr documentation built on Oct. 20, 2024, 6:11 a.m.