neon_sites {neonstore} | R Documentation |
Table of all NEON sites
Description
Returns a table of all NEON sites by making a single API call
to the /sites
endpoint.
Usage
neon_sites(
api = "https://data.neonscience.org/api/v0",
.token = Sys.getenv("NEON_TOKEN")
)
Arguments
api |
the URL to the NEON API, leave as default. |
.token |
an authentication token from NEON. A token is not
required but will allow access to a higher number of requests before
rate limiting applies, see
https://data.neonscience.org/data-api/rate-limiting/#api-tokens.
Note that once files are downloaded once, |
[Package neonstore version 0.5.1 Index]