query_sb_datatype | R Documentation |
Queries ScienceBase for items with matching datatype.
query_sb_datatype(datatype, ..., limit = 20)
datatype |
Character string indicating datatype. See |
... |
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 items with WFS Layer data
query_sb_datatype('Static Map Image')
#query for US Topo maps
query_sb_datatype('Map Service')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.