View source: R/getProductInfo.R
getProductInfo | R Documentation |
Use the NEON API to get data product information such as availability, science team, etc.
getProductInfo(dpID = "", token = NA)
dpID |
The data product id (optional), formated as DP#.#####.### |
token |
User specific API token (generated within neon.datascience user accounts) |
A named list of metadata and availability information for a single data product. If the dpID argument is omitted, a table of information for all data products in the NEON catalog.
Christine Laney claney@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
# Get documentation and availability of plant foliar properties data product
cfcInfo <- getProductInfo("DP1.10026.001")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.