WriteStructuredDataobject: Write a Dataobject to the Datatrack Project

Description Usage Arguments Details

Description

Writes a dataobject where the meta values for the dataobject are included in the list rather than passed as separate parameters as they would be for WriteDataobject

Usage

1
WriteStructuredDataobject(x, check.before.overwrite = TRUE)

Arguments

x

mixed the data to write

check.before.overwrite

boolean whether to prompt for user confirmation before overwriting an existing version

Details

Simply takes the parameters from the list and uses them for WriteDataobject TODO: before writing, check meta for invalid dependencies (i.e. directly or indirectly depends on different versions of the same name) TODO: check that all dependencies actually exist. Currently, datatrack just works fine and then the viewer will crash.


peichins/datatrack documentation built on May 25, 2019, 12:44 a.m.