p_copy: Copy the dtrackr history graph from one dataframe to another

View source: R/dtrackr.R

p_copyR Documentation

Copy the dtrackr history graph from one dataframe to another

Description

Copy the dtrackr history graph from one dataframe to another

Usage

p_copy(.data, from)

Arguments

.data

a dataframe which may be grouped

from

the dataframe to copy the history graph from

Value

the .data dataframe with the history graph of "from"

Examples

mtcars %>% p_copy(iris %>% comment("A comment")) %>% history()

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