powered by
DataCite REST API: activities
dc_activities( ids = NULL, query = NULL, limit = 25, page = 1, cursor = NULL, ... )
(character) one or more activity IDs
(character) Query string
(numeric/integer) results per page
(numeric/integer) the page to get results for. default: 1
(character) page cursor (used instead of limit param). to use cursor pagination, set cursor = 1, then use the link in $links$next
limit
cursor = 1
$links$next
curl options passed on to crul::verb-GET
for more info on the /activities route see https://support.datacite.org/docs/tracking-provenance
/activities
if (FALSE) { if (dc_check()) { x <- dc_activities() x # dc_activities(x$data$id[1]) # FIXME: doesn't work, returns no data # dc_activities(query = "ecology") # FIXME: this thlimit a 500 error }}
Run the code above in your browser using DataLab