| dc_prefixes | R Documentation | 
DataCite REST API: prefixes
dc_prefixes(include = NULL, limit = 25, page = 1, cursor = NULL, ...)
| 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  | 
| ... | curl options passed on to crul::HttpClient | 
## Not run: 
if (dc_check()) {
x <- dc_prefixes()
x
dc_prefixes(limit = 3)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.