powered by
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_)
A data frame of HOR and VER indices
The data product ID to get HOR and VER codes for [character]
The site to get HOR and VER codes for [character]
User token for the NEON API [character]
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
if (FALSE) { # Get the HOR and VER codes for PAR (DP1.00024.001) at Wind River ind <- getHorVer(dpID="DP1.00024.001", site="WREF") }
Run the code above in your browser using DataLab