getHorVer {neonUtilities} | R Documentation |
Get the horizontal and vertical location indices for a given data product and site
Description
Get the available horizontal and vertical location indices for a given data product and site. Only relevant to sensor (IS) data products.
Usage
getHorVer(dpID = NA_character_, site = NA_character_, token = NA_character_)
Arguments
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] |
Value
A data frame of HOR and VER indices
Author(s)
Claire Lunch clunch@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Examples
## 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)
[Package neonUtilities version 3.0.0 Index]