getIssueLog {neonUtilities} | R Documentation |
Get the issue log for a specific data product
Description
Use the NEON API to get the issue log in a user-friendly format
Usage
getIssueLog(dpID = NA, token = NA_character_)
Arguments
dpID |
The data product identifier, formatted as DP#.#####.### |
token |
User specific API token (generated within neon.datascience user accounts) |
Value
A table of issues reported for the data product.
Author(s)
Claire Lunch clunch@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Examples
# Get documentation and availability of plant foliar properties data product
cfcIssues <- getIssueLog("DP1.10026.001")
[Package neonUtilities version 2.4.2 Index]