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

Add new arcticdatautils functions to Editing EML chapter #136

Closed laijasmine closed 4 years ago

laijasmine commented 4 years ago
doc <- eml_add_publisher(doc)
doc <- eml_add_entity_system(doc)

The result won't show up on the webpage but it should add a publisher element to the dataset element and a system to all of the entities based on what the PID is. This will help make our metadata more FAIR (Findable, Accessible, Interoperable, Reusable). Let me know if you run into issues!