Learn R Programming

nneo (version 0.1.0)

nneo_locations: Locations

Description

Locations

Usage

nneo_locations(...)

nneo_location(x, ...)

Arguments

...

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

x

(character) a location code name

Value

a tibble (data.frame)

Examples

Run this code

## list products
nneo_locations()

## get a product
res <- nneo_location("HARV")
res
res$locationProperties
res$locationChildren

Run the code above in your browser using DataLab