sb_datatypes | R Documentation |
Queries ScienceBase for the list of all available datatypes. This can be
coupled with query_sb_datatype
to query based on the type of data
sb_datatypes(limit = 50)
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. |
## Not run:
#return all datatypes (limit 50 by default)
sb_datatypes()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.