DataCite REST API: provider prefixes
Arguments
- include
(character) vector of fields to return
- limit
(numeric/integer) results per page
- page
(numeric/integer) result page, the record to start at
- cursor
(character) page cursor (used instead of
limit
param)- ...
curl options passed on to crul::HttpClient
Examples
if (FALSE) { # \dontrun{
if (dc_check()) {
x <- dc_provider_prefixes()
x
dc_provider_prefixes(limit = 3)
}} # }