powered by
Queries ScienceBase for items with matching datatype.
query_sb_datatype(datatype, ..., limit = 20)
A list of sbitem objects. List of length 0 means no matches were found.
sbitem
Character string indicating datatype. See sb_datatypes for full list of available datatypes.
sb_datatypes
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{ #query for items with WFS Layer data query_sb_datatype('Static Map Image') #query for US Topo maps query_sb_datatype('Map Service') # }
Run the code above in your browser using DataLab