Learn R Programming

neonUtilities (version 3.0.0)

getHorVer: 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_)

Value

A data frame of HOR and VER indices

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]

Author

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

Examples

Run this code
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