BLE-LTER / MetaEgress

R package to create Ecological Metadata Language documents from an instance of LTER-core-metabase database schema
https://BLE-LTER.github.io/MetaEgress/
6 stars 3 forks source link

add option to create EML from big entities quickly #58

Closed atn38 closed 4 years ago

atn38 commented 4 years ago

create_entity() takes a bit of time to process larger files. this is due to several tasks that parse the files themselves:

we need an option to bypass these if user wants to spit out EML quickly

atn38 commented 4 years ago

also relevant on repeat code runs

atn38 commented 4 years ago

PR #59 solves this by adding a skip_checks option to create_entity() and create_entity_all()