get_network_sites: Retrieve a list of sites in an eLTER Network.

View source: R/get_network_sites.R

get_network_sitesR Documentation

Retrieve a list of sites in an eLTER Network.

Description

[Stable] This function return a spatial point vector object including title, date late updated, URI, and coordinates, stored in DEIMS-SDR catalogue, of all the eLTER sites belonging to an eLTER Network (e.g. LTER- Italy network).

Usage

get_network_sites(networkDEIMSID)

Arguments

networkDEIMSID

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

Value

The output of the function is a point vector of sf class (package sf) of the network's sites.

Author(s)

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

References

\insertRef

httrRReLTER

\insertRef

dplyrRReLTER

\insertRef

jsonliteRReLTER

\insertRef

sfRReLTER

\insertRef

leafletRReLTER

Examples

## Not run: 
# The sites of LTER-Italy network
listSites <- get_network_sites(
  networkDEIMSID =
  "https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listSites

# The sites of LTER Europe network
euSites <- get_network_sites(
  networkDEIMSID =
  "https://deims.org/networks/4742ffca-65ac-4aae-815f-83738500a1fc"
)
euSites

## End(Not run)


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