View source: R/get_network_research_topics.R
get_network_research_topics | R Documentation |
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.
get_network_research_topics(networkDEIMSID)
networkDEIMSID |
A |
The output of the function is a tibble
containing the research
topics and their URI (Uniform Resource Identifier) collected by network's
sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
jsonliteRReLTER
\insertRefdplyrRReLTER
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.