query_sb_text | R Documentation |
Queries for ScienceBase items that have matching text in the title or description
query_sb_text(text, ..., limit = 20)
text |
Text string for search |
... |
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.
#query for a person's name
query_sb_text('Luna Leopold')
#query for one of the old river gaging stations
query_sb_text('Lees Ferry')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.