ropensci / EML

Ecological Metadata Language interface for R: synthesis and integration of heterogenous data
https://docs.ropensci.org/EML
Other
97 stars 33 forks source link

Allow set_responsibleParty to create organizations #346

Closed amoeba closed 2 years ago

amoeba commented 2 years ago

Closes https://github.com/ropensci/EML/issues/345

Previously, passing only the organization argument would error out because UseMethod was dispatching on givenName which is NULL in the case of creating an organization.

cboettig commented 2 years ago

:tada: LGTM, thanks!