p_copy {dtrackr}R 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()

[Package dtrackr version 0.4.4 Index]