getTimeIndex: Get a list of the available time intervals for a data product

View source: R/getTimeIndex.R

getTimeIndexR Documentation

Get a list of the available time intervals for a data product

Description

Most IS products are available at multiple time intervals; get a list of what's available for a given data product

Usage

getTimeIndex(dpID, token = NA_character_)

Arguments

dpID

The identifier of the NEON data product, in the form DPL.PRNUM.REV, e.g. DP1.00006.001

token

User specific API token (generated within neon.datascience user accounts)

Value

A vector of the available time intervals, typically in minutes.

Author(s)

Claire Lunch clunch@battelleecology.org

References

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

Examples

# Get available time intervals for PAR data product
getTimeIndex("DP1.00024.001")

neonUtilities documentation built on May 29, 2024, 9:24 a.m.