artifact: Manipulating and processing artifacts.

Description Usage Arguments See Also Examples

Description

is_artifact tests whether an object is an artifact.

artifact_store gives access to storage::object_store where artifact x is stored.

artifact_is answers various questions about an artifact.

artifact_data loads the actual artifact object. The output might be large and thus it is loaded lazily only upon explicit request.

artifact_commit returns the parent commit for the given artifact.

Usage

1
2
3
4
5
6
7
8
9

Arguments

x

object to be tested; artifact to be processed.

what

property of an artifact to be tested.

See Also

replot

Examples

1
2
3
4
## Not run: 
artifact_is(a, 'plot')

## End(Not run)

lbartnik/repository documentation built on May 28, 2019, 9:50 a.m.