nneo_locations: Locations

Description Usage Arguments Value Examples

View source: R/nneo_locations.R

Description

Locations

Usage

1
2
3

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
## list products
nneo_locations()

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

## End(Not run)

nneo documentation built on June 20, 2017, 9:08 a.m.