Learn R Programming

dtrackr (version 0.4.6)

print.trackr_graph: Print a history graph to the console

Description

Print a history graph to the console

Usage

# S3 method for trackr_graph
print(x, ...)

Value

nothing

Arguments

x

a dtrackr history graph (e.g. output from p_get())

...

not used

Examples

Run this code
library(dplyr)
library(dtrackr)
iris %>% comment("hello {.total} rows") %>% history() %>% print()

Run the code above in your browser using DataLab