Learn R Programming

nneo (version 0.1.0)

nneo_sites: Sites

Description

Sites

Usage

nneo_sites(...)

nneo_site(x, ...)

Arguments

...

named curl options passed on to HttpClient, e.g., list(verbose = TRUE) or list(timeout_ms = 1000)

x

(character) a site code

Value

a tibble (data.frame)

Examples

Run this code

## list products
nneo_sites()

## get a product
res <- nneo_site("JORN")
res$dataProducts
res$siteDescription

Run the code above in your browser using DataLab