neon.avail: Returns a data frame of data product availability by month

Description Usage Arguments Value Author(s) Examples

Description

For a specified data product ID, a data frame of the availabilty of that product for all NEON instrumented sites is returned. The output of data product availability is best interpreted with the base View() function.

Usage

1
neon.avail(dp.id = "DP1.00001.001")

Arguments

dp.id

Parameter of class character. The NEON data product code of the data product of interest.

Value

Outputs a data frame of data product availability by month, where 'x' indicates availability.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
## Not run: 
wind<-neon.avail(dp.id = "DP1.00001.001")

## End(Not run)

rhlee12/Noble documentation built on May 31, 2019, 10:36 a.m.