query_sb_doi | R Documentation |
Queries for ScienceBase items with a specific DOI identifier. In ScienceBase, these are stored as additional unique identifiers.
query_sb_doi(doi, ..., limit = 20)
doi |
DOI to search for as character |
... |
Additional parameters are passed on to |
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. |
A list of sbitem
objects. List of length 0
means no matches were found.
#Two example DOI-specific queries
query_sb_doi('10.5066/F7M043G7')
query_sb_doi('10.5066/F7Z60M35')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.