View source: R/get_ilter_observedProperties.R
get_ilter_observedProperties | R Documentation |
Return a
tibble
object containing observed properties
collected by all
of the ILTER sites
(more than 1200 around the world), available from
DEIMS-SDR.
This function gathers in a unique tibble all the observed properties from all ILTER sites. Note that the execution time for this function is very high.
If the objective is obtain information about observed properties
on a few sites, it is better to use other more specific functions (e.g.
get_network_observedProperties()
or get_site_info()
) or using
other methods
(How to about sites
informations).
get_ilter_observedProperties(sitesNum = 0)
sitesNum |
A |
The output of the function is a tibble
containing the list
of observed properties and their URI (Uniform Resource Identifier) collected
in all ILTER sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
jsonliteRReLTER
\insertRefdplyrRReLTER
## Not run:
listParams <- get_ilter_observedProperties(sitesNum = 20)
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.