print.trackr_graph {dtrackr}R Documentation

Print a history graph to the console

Description

Print a history graph to the console

Usage

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

Arguments

x

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

...

not used

Value

nothing

Examples

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

[Package dtrackr version 0.4.4 Index]