commit: Creates a new commit object.

Description Usage Arguments

Description

Creates a new commit object.

Usage

1
2
3
4
5
6
commit(artifacts, expression, parent, id = NA_character_)

is_commit(x)

## S3 method for class 'commit'
print(x, simple = FALSE, header = TRUE, ..., store)

Arguments

artifacts

A named list of object ids.

expression

Expression associated with this commit.

parent

Identifier of the parent commit.

id

Identifier of this commit.

x

Object to be tested or printed.

simple

Show simplified printout.

header

If extended output (simple is FALSE), print a header line.

...

Additional parameters to control printout.

store

Optionally, the storage::object_store that holds the commit; defaults in the internal store of the R session.


lbartnik/experiment documentation built on May 20, 2019, 8:27 p.m.