A modified SytemMetadata object can be sent to DataONE that contains updated information. This function allow updating of the system metadata without updating the object that it describes, so that mutable attributes such as accessPolicy can be updated easily.
updateSystemMetadata(x, ...)# S4 method for MNode
updateSystemMetadata(x, pid, sysmeta)
The MNode instance from which the SystemMetadata will be downloaded
(Not yet used.)
The identifier of the object
a SystemMetadata instance with updated information.
A logical value, TRUE if the operation was successful, FALSE if there was an error.
In the version 2.0 library and higher, this operation can utilize an
'dataone_token' option to provide credentials for write operations in DataONE.
The authentication token is obtained from DataONE (see your profile on https://search.dataone.org).
See the vignette("dataone-overview")
for details.
Alternatively, the version 1.0 approach of using an X.509 certificate in a default location of the file
system can also be used. This certificate provides authentication credentials from
CILogon https://cilogon.org/?skin=DataONE. See vignette("dataone-overview")
for details.
https://purl.dataone.org/architecture/apis/MN_APIs.html#MNStorage.updateSystemMetadata