get_network_related_resources: Obtain information about the Related Resources (dataset and...

View source: R/get_network_related_resources.R

get_network_related_resourcesR Documentation

Obtain information about the Related Resources (dataset and activity) of a eLTER Network.

Description

[Stable] This function obtains the Related Resources information (title and URL), as a stored in DEIMS-SDR catalogue, of all eLTER sites belonging to an eLTER Network (e.g. LTER Italy network).

Usage

get_network_related_resources(networkDEIMSID)

Arguments

networkDEIMSID

A character. It is the DEIMS ID of network make 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 related resources shared by the network's sites.

Author(s)

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

References

\insertRef

jsonliteRReLTER

\insertRef

dplyrRReLTER

Examples

## Not run: 
listRelatedResources <- get_network_related_resources(
  networkDEIMSID =
  "https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listRelatedResources

## End(Not run)


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