Learn R Programming

neonUtilities (version 2.4.3)

getProductSensors: 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()

Arguments

Value

A data frame

Author

Christine Laney claney@battelleecology.org

References

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

Examples

Run this code
if (FALSE) {
sensors <- getProductSensors()
}

Run the code above in your browser using DataLab