powered by
DataCite REST API: client prefixes
dc_client_prefixes( query = NULL, year = NULL, client_id = NULL, prefix_id = NULL, sort = NULL, include = NULL, limit = 25, page = 1, cursor = NULL, ... )
(character) Query string
(integer/numeric/character) a year
a client ID
a prefix ID
(character) variable to sort by
(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_client_prefixes() x }}
Run the code above in your browser using DataLab