nneo_locations: Locations

View source: R/nneo_locations.R

nneo_locationsR Documentation

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

## Not run: 
## list products
nneo_locations()

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

## End(Not run)

ropenscilabs/nneo documentation built on May 18, 2022, 7:40 p.m.