View source: R/get_network_envcharacts.R
get_network_envcharacts | R Documentation |
This function obtains all Environmental Characteristics:
title, URI, geo-coordinates, country name, and elevation
of eLTER Network sites (e.g.
LTER-
Italy network), through the DEIMS-SDR API.
get_network_envcharacts(networkDEIMSID)
networkDEIMSID |
A |
The output of the function is a tibble
containing all the
Environmental Characteristics of the network's sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
jsonliteRReLTER
\insertRefdplyrRReLTER
## Not run:
listEnvCharacts <- get_network_envcharacts(
networkDEIMSID =
"https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listEnvCharacts[1:10, ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.