dc_prefixes: DataCite REST API: prefixes
Description
DataCite REST API: prefixes
Usage
dc_prefixes(include = NULL, limit = 25, page = 1, cursor = NULL, ...)
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
Run this codeif (FALSE) {
if (dc_check()) {
x <- dc_prefixes()
x
dc_prefixes(limit = 3)
}}
Run the code above in your browser using DataLab