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

dtrackr documentation built on Oct. 21, 2024, 5:06 p.m.