get_network_envcharacts: Obtain a list of all Environmental Characteristics of sites...

View source: R/get_network_envcharacts.R

get_network_envcharactsR Documentation

Obtain a list of all Environmental Characteristics of sites in an eLTER Network.

Description

[Stable] 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.

Usage

get_network_envcharacts(networkDEIMSID)

Arguments

networkDEIMSID

A character. 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 all the Environmental Characteristics of the network's sites.

Author(s)

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

References

\insertRef

jsonliteRReLTER

\insertRef

dplyrRReLTER

Examples

## Not run: 
listEnvCharacts <- get_network_envcharacts(
  networkDEIMSID =
    "https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listEnvCharacts[1:10, ]

## End(Not run)


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