powered by
DataCite REST API: clients
dc_clients( ids = NULL, query = NULL, year = NULL, provider_id = NULL, software = NULL, include = NULL, limit = 25, page = 1, cursor = NULL, ... )
(character) one or more client IDs
(character) Query string
(integer/numeric/character) a year
a provider ID
no idea what should go here, anyone?
(character) vector of fields to return
(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
if (FALSE) { if (dc_check()) { x <- dc_clients() x dc_clients(x$data$id[1]) dc_clients(x$data$id[1:2], verbose = TRUE) }}
Run the code above in your browser using DataLab