getHorVer | R Documentation |
Get the available horizontal and vertical location indices for a given data product and site. Only relevant to sensor (IS) data products.
getHorVer(dpID = NA_character_, site = NA_character_, token = NA_character_)
dpID |
The data product ID to get HOR and VER codes for [character] |
site |
The site to get HOR and VER codes for [character] |
token |
User token for the NEON API [character] |
A data frame of HOR and VER indices
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
## Not run:
# Get the HOR and VER codes for PAR (DP1.00024.001) at Wind River
ind <- getHorVer(dpID="DP1.00024.001", site="WREF")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.