powered by
Queries for ScienceBase items with a specific DOI identifier. In ScienceBase, these are stored as additional unique identifiers.
query_sb_doi(doi, ..., limit = 20)
A list of sbitem objects. List of length 0 means no matches were found.
sbitem
DOI to search for as character
Additional parameters are passed on to GET
GET
Maximum number of returned items. Will do paging to retrieve results when limit is over 1000. Use with caution, queries 10k results are slow.
# \donttest{ #Two example DOI-specific queries query_sb_doi('10.5066/F7M043G7') query_sb_doi('10.5066/F7Z60M35') # }
Run the code above in your browser using DataLab