Learn R Programming

dtrackr (version 0.4.6)

p_copy: 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)

Value

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

Arguments

.data

a dataframe which may be grouped

from

the dataframe to copy the history graph from

Examples

Run this code
mtcars %>% p_copy(iris %>% comment("A comment")) %>% history()

Run the code above in your browser using DataLab