Queries for ScienceBase items with a specific DOI identifier. In ScienceBase, these are stored as additional unique identifiers.
Arguments
- doi
DOI to search for as character
- ...
Additional parameters are passed on to
GET
- limit
Maximum number of returned items. Will do paging to retrieve results when limit is over 1000. Use with caution, queries 10k results are slow.
Value
A list of sbitem
objects. List of length 0
means no matches were found.