get_ilter_observedProperties: Obtain information about the observed properties collected of...

View source: R/get_ilter_observedProperties.R

get_ilter_observedPropertiesR Documentation

Obtain information about the observed properties collected of all sites ILTER.

Description

[Questioning] 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).

Usage

get_ilter_observedProperties(sitesNum = 0)

Arguments

sitesNum

A integer. The number of the sites that are read to get the information. Use this parameter only to sample the output of this function. If the value of sitesNum is #' 0 (default) all the ILTER sites will be parsed and the waiting time will be long.

Value

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.

Author(s)

Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it

References

\insertRef

jsonliteRReLTER

\insertRef

dplyrRReLTER

Examples

## Not run: 
listParams <- get_ilter_observedProperties(sitesNum = 20)
listParams[1:10, ] %>%
  dplyr::rows_insert(
  dplyr::tibble(
    parameterLabel = "...", parameterUri = "..."
  )
)

## End(Not run)


oggioniale/ReLTER documentation built on Jan. 4, 2024, 3:48 p.m.