getProductSensors {neonUtilities}R Documentation

Get data product-sensor relationships

Description

Pull all data from the NEON API /products endpoint, create a data frame with data product ID, data product name, and sensor type.

Usage

getProductSensors()

Value

A data frame

Author(s)

Christine Laney claney@battelleecology.org

References

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

Examples

## Not run: 
sensors <- getProductSensors()

## End(Not run)

[Package neonUtilities version 2.4.2 Index]