IQSS / dataverse-client-r

R Client for Dataverse Repositories
https://iqss.github.io/dataverse-client-r
61 stars 25 forks source link

Add function to recalculate UNF #15

Closed leeper closed 6 years ago

leeper commented 7 years ago

Recalculate the UNF value of a dataset version, if it’s missing, by supplying the dataset version database id:

POST http://$SERVER/api/admin/datasets/integrity/{datasetVersionId}/fixmissingunf
pdurbin commented 7 years ago

@leeper please note that for security reasons, the "admin" API is usually blocked on productions installations of Dataverse: http://guides.dataverse.org/en/4.6.2/installation/config.html#blocking-api-endpoints

leeper commented 7 years ago

Makes sense. I am trying to implement stuff for most of the API even though it won't be available to package users.

pdurbin commented 7 years ago

@leeper great! Don't let me discourage you! 😄