Learn R Programming

nneo (version 0.1.0)

nneo-package: nneo - R client for the NEON API

Description

NEON API docs: http://data.neonscience.org/data-api

Arguments

Curl options

Curl options follow those in the curl package. Find the curl options by looking at curl::curl_options(). Pass them on into any nneo function call.

User-Agent

A user agent string is sent in every request just to let the NEON servers know that the request is coming from R and from this package. No personal info is shared, just the package name and version for nneo and the underlying HTTP packages (crul, curl)