Description Usage Arguments Format Examples
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.
1 2 3 4 5 6 7 |
x |
R object, file path or an artifact. |
An object of class NULL
of length 0.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.