history {dtrackr}R Documentation

Get the dtrackr history graph

Description

This provides the raw history graph and is not really intended for mainstream use. The internal structure of the graph is explained below. print and plot S3 methods exist for the dtrackr history graph.

Usage

history(.data)

Arguments

.data

a dataframe which may be grouped

Value

the history graph. This is a list, of class trackr_graph, containing the following named items:

The format of this data may grow over time but these fields are unlikely to be changed.

Examples

library(dplyr)
library(dtrackr)
graph = iris %>% track() %>% comment("A comment") %>% history()
print(graph)

[Package dtrackr version 0.4.4 Index]