Skip to contents

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()
#> dtrackr history:
#> number of flowchart steps: 1 (approx)
#> tags defined: <none>
#> items excluded so far: <not capturing exclusions>
#> last entry / entries:
#> └ "hello 150 rows"