get_network_observedProperties: Obtain a list of all the observed properties of sites in an...

View source: R/get_network_observedProperties.R

get_network_observedPropertiesR Documentation

Obtain a list of all the observed properties of sites in an eLTER Network.

Description

[Stable] This function obtains all observed properties collected in an eLTER Network (e.g. LTER- Italy network), through the DEIMS-SDR API.

Usage

get_network_observedProperties(networkDEIMSID)

Arguments

networkDEIMSID

A character. The DEIMS ID of network from DEIMS-SDR website. DEIMS ID information here and Complete list of ILTER networks here. The DEIMS ID of network is the URL for the network page.

Value

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.

Author(s)

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

References

\insertRef

jsonliteRReLTER

\insertRef

dplyrRReLTER

Examples

## 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)


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