chronicler-ui: Chronicler user interface objects.

Description Usage Arguments Format Examples

Description

Chronicler user interface objects.

artifacts is the entry point for artifact search. It exposes an interactive query mechanism with tab-completion via the $ (dollar) operator.

history gives access to the history of commands stored in the repositoy along artifacts.

identify takes an object or a file path as a parameter and returns artifacts matching that object or contents of the file. A number of file types are supported: plots, text data, serialized R objects.

explain provides additional context for an artifact.

Usage

1
2
3
4
5
6
7

Arguments

x

R object, file path or an artifact.

Format

An object of class NULL of length 0.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Not run: 
# show summary of all artifacts in repository
artifacts

# show all R sessions
artifacts$session

# show artifacts from a given session
artifacts$session$afc61b89

# show all artifacts with a given name
artifacts$name$input
artifacts$input

# retrieve a given artifact
artifacts$id$c643b1a$value

## End(Not run)
## Not run: 
# look for an object
identify(iris)

# look for a plot
identify('./plot.png')

## End(Not run)

lbartnik/chronicler documentation built on May 23, 2019, 8:21 p.m.