EDIorg / EMLassemblyline

R package for creating EML metadata
https://ediorg.github.io/EMLassemblyline/
MIT License
28 stars 13 forks source link

Add an "overwrite" argument #81

Open earnaud opened 3 years ago

earnaud commented 3 years ago

Templating functions can be run and stop if templates already exist, which does not directly allow updating templates (even if deleting old files just before is not a huge effort). Adding a boolean argument "overwrite" letting existing files be overwritten could be a little plus.

clnsmth commented 3 years ago

Good suggestion @earnaud. This will be simple to implement.