View source: R/nneo_products.R
| nneo_products | R Documentation | 
Products
nneo_products(...) nneo_product(x, ...)
| ... | named curl options passed on to  | 
| x | (character) a product code | 
nneo_products returns a tibble (data.frame), and
nneo_product returns a list
## Not run: 
## list products
nneo_products()
## get a product
res <- nneo_product("DP3.30018.001")
res$productDescription
### get many products
ids <- c("DP3.30018.001", "DP4.00001.001", "DP3.30025.001")
lapply(ids, nneo_product)
## curl options
nneo_product("DP3.30018.001", verbose = TRUE)
nneo_product("DP3.30018.001", verbose = TRUE, useragent = "hello world")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.