Learn R Programming

sbtools (version 1.3.2)

sb_datatypes: Query SB for all available datatypes

Description

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

Usage

sb_datatypes(limit = 50)

Arguments

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.

Examples

Run this code
if (FALSE) {
#return all datatypes (limit 50 by default)
sb_datatypes()
}

Run the code above in your browser using DataLab