Learn R Programming

dtrackr (version 0.4.6)

p_untrack: Remove tracking from the dataframe

Description

Remove tracking from the dataframe

Usage

p_untrack(.data)

Value

the .data dataframe with history graph metadata removed.

Arguments

.data

a tracked dataframe

Examples

Run this code
library(dplyr)
library(dtrackr)
iris %>% track() %>% untrack() %>% class()

Run the code above in your browser using DataLab