epiverse-trace / datatagr

Tagging, validating, and safeguarding data to help harden data pipelines.
https://epiverse-trace.github.io/datatagr/
Other
1 stars 0 forks source link

Remove `modify_defaults()` (fixes #16) #27

Closed chartgerink closed 1 month ago

chartgerink commented 2 months ago

This PR removes modify_defaults() in favor of using utils::modifyList() directly instead.

I also added a clarification of why keep.null is needed, to provide more clarity throughout the comments.