get_network_research_topics: Obtain a list of Research Topics handled in an eLTER Network.

View source: R/get_network_research_topics.R

get_network_research_topicsR Documentation

Obtain a list of Research Topics handled in an eLTER Network.

Description

[Defunct] This function was defunct because the section about research topics of the site in DEIMS-SDR API version 1.1 has been removed.

This function obtains Research Topics collected by all of the eLTER sites belonging to an eLTER Network (e.g. LTER- Italy network), as a stored into DEIMS-SDR.

Usage

get_network_research_topics(networkDEIMSID)

Arguments

networkDEIMSID

A character. The DEIMS ID of a 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 research topics and their URI (Uniform Resource Identifier) collected by network's sites.

Author(s)

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

References

\insertRef

jsonliteRReLTER

\insertRef

dplyrRReLTER

Examples

## Not run: 
listResearchTopics <- get_network_research_topics(
  networkDEIMSID =
  "https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listResearchTopics[1:10, ] %>%
  dplyr::rows_insert(
    dplyr::tibble(
      researchTopicsLabel = "...",
      researchTopicsUri = "..."
    )
  )

## End(Not run)


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