View source: R/dc_client_prefixes.R
dc_client_prefixes | R Documentation |
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, ... )
query |
(character) Query string |
year |
(integer/numeric/character) a year |
client_id |
a client ID |
prefix_id |
a prefix ID |
sort |
(character) variable to sort by |
include |
(character) vector of fields to return |
limit |
(numeric/integer) results per page |
page |
(numeric/integer) the page to get results for. default: 1 |
cursor |
(character) page cursor (used instead of |
... |
curl options passed on to crul::verb-GET |
## Not run: if (dc_check()) { x <- dc_client_prefixes() x } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.