powered by
Print a history graph to the console
# S3 method for trackr_graph print(x, ...)
nothing
a dtrackr history graph (e.g. output from p_get())
p_get()
not used
library(dplyr) library(dtrackr) iris %>% comment("hello {.total} rows") %>% history() %>% print()
Run the code above in your browser using DataLab