NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement getMetadata(), putMetadata

gothub opened this issue · comments

The record(), startRecord() functions now create a stub metadata object based on a template
that the user can edit before a run. The user can call getMetadata() to retrieve the generated
metadata for a run and edit it, either manually or programmatically, and then use
putMetadata() to replace the run metadata in the recordr cache with the copy that they have edited.

Added in commit a9601ba