NCEAS / datateam-training

Training and reference materials for ADC and SASAP data team members
https://nceas.github.io/datateam-training/training/
Apache License 2.0
7 stars 22 forks source link

Update Chapter 6 - Editing System Metadata #290

Open dvirlar2 opened 2 years ago

dvirlar2 commented 2 years ago
dvirlar2 commented 2 years ago

There's already a callback to the Reference Guide section on how to get all pids of a package, but I don't think it's obvious that future interns or Data Coordinators should look at that link. Might be better to write something like:

Make sure to retrieve all pids associated with the package with the code below. Additional information can be found here. pkg <- get_package(d1c@mn, packageId)

This would, ideally, go between setting the subject and set_rights_and_access() code blocks.