Skip to contents

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

References

Ooms J (2014). “The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects.” arXiv:1403.2805 [stat.CO]. https://arxiv.org/abs/1403.2805.

Wickham H, François R, Henry L, Müller K (2022). dplyr: A Grammar of Data Manipulation. R package version 1.0.9, https://CRAN.R-project.org/package=dplyr.

Author

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

Examples

if (FALSE) {
listRelatedResources <- get_network_related_resources(
  networkDEIMSID =
  "https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listRelatedResources
}