print.trackr_graph: Print a history graph to the console

View source: R/dtrackr.R

print.trackr_graphR 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()

terminological/dtrackr documentation built on Oct. 20, 2024, 6:11 a.m.