sb_items | R Documentation |
A lookup table that is manually updated by the package maintainers. The table can be used as a reference for identifying BBS data availability on USGS ScienceBase and is called internally when downloading datasets.
sb_items
An object of class data.frame
with 7 rows and 9 columns.
unique identifier associated with a ScienceBase parent item (often the project identifier).
ScienceBase unique identifier associated with each dataset release.
Title of the item as retrieved from ScienceBase.
Year of the dataset release.
One of c("observations", "results"). ScienceBase items are assigned one of the two to distinguish between the analysis results (results) and the original observations dataset release (observations).
Earliest year of data in the associated dataset.
Earliest year of data in the associated dataset.
Used to specify whether the observations dataset is in a different format than more recent releases. This is defined by maintainers but based off of ScienceBase documentation.
a URL pointing to the ScienceBase item. Used to download ScienceBase Items using package sbtools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.