DataCite REST API: events
dc_events(
ids = NULL,
query = NULL,
subj_id = NULL,
obj_id = NULL,
doi = NULL,
orcid = NULL,
prefix = NULL,
subtype = NULL,
subject = NULL,
source_id = NULL,
registrant_id = NULL,
relation_type_id = NULL,
issn = NULL,
publication_year = NULL,
year_month = NULL,
include = NULL,
sort = NULL,
limit = 25,
page = 1,
cursor = NULL,
...
)(character) one or more event IDs
(character) Query for any event information
(character) The identifier for the event subject, expressed
as a URL. For example: https://doi.org/10.7272/q6qn64nk
(character) The identifier for the event object, expressed
as a URL. For example: https://doi.org/10.7272/q6qn64nk
(character) The subj-id or obj-id of the event, expressed as
a DOI. For example: 10.7272/q6qn64nk
(character) an ORCID, presumably
(character) The DOI prefix of the subj-id or obj-id of the
event. For example: 10.7272
(character) xxx
(character) xxx
(character) a source ID. See Details
(character)
(character) a relation-type ID. See Details
(character) an ISSN, presumably
(character) the publication year
(character) The year and month in which the event
occurred, in the format YYYY-MM. For example 2018-08
(character) vector of fields to return
(character) variable to sort by
(numeric/integer) results per page
(numeric/integer) the page to get results for. default: 1
(character) page cursor (used instead of limit param).
to use cursor pagination, set cursor = 1, then use the link in
$links$next
curl options passed on to crul::verb-GET
See https://support.datacite.org/docs/eventdata-guide for details on possible values for parameters
if (FALSE) {
if (dc_check()) {
# dc_events(query = "birds")
}}
Run the code above in your browser using DataLab