DataCite REST API: prefixes
dc_prefixes(include = NULL, limit = 25, page = 1, cursor = NULL, ...)
include
: (character) vector of fields to returnlimit
: (numeric/integer) results per pagepage
: (numeric/integer) result page, the record to start atcursor
: (character) page cursor (used instead of limit
param)...
: curl options passed on to crul::HttpClient## Not run: if (dc_check()) { x <- dc_prefixes() x dc_prefixes(limit = 3) } ## End(Not run)
Useful links