View source: R/get_network_observedProperties.R
get_network_observedProperties | R Documentation |
This function obtains all observed properties
collected in an eLTER Network (e.g.
LTER-
Italy network), through the DEIMS-SDR API.
get_network_observedProperties(networkDEIMSID)
networkDEIMSID |
A |
The output of the function is a tibble
containing the list
of observed properties and their URI (Uniform Resource Identifier) collected
by the network's sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
jsonliteRReLTER
\insertRefdplyrRReLTER
## Not run:
listParams <- get_network_observedProperties(
networkDEIMSID =
"https://deims.org/networks/e0f680c2-22b1-4424-bf54-58aa9b7476a0"
)
listParams[1:10, ] %>%
dplyr::rows_insert(
dplyr::tibble(parameterLabel = "...", parameterUri = "...")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.