publishRun: Publish a recordr'd execution to DataONE

Description Usage Arguments Value

Description

Publish a recordr'd execution to DataONE

Usage

1
2
3
4
5
6
publishRun(recordr, ...)

## S4 method for signature 'Recordr'
publishRun(recordr, id = as.character(NA),
  seq = as.character(NA), assignDOI = FALSE, update = FALSE,
  quiet = TRUE, retPkg = FALSE)

Arguments

recordr

a Recordr instance

...

additional parameters seealso Recordr class description

id

the run identifier for the execution to upload to DataONE

seq

The sequence number for the execution to upload to DataONE

assignDOI

a boolean value: if TRUE, assign DOI values for system metadata, otherwise assign uuid values

update

a boolean value: if TRUE, republish a previously published execution

quiet

A boolean value: if TRUE, informational messages are not printed (default=TRUE)

retPkg

A boolean value: if TRUE, then the package that was uploaded is returned, if FALSE then the identifier of the package is returned (default=FALSE).

Value

The published identifier of the uploaded package


NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.