View source: R/get_ilter_research_topics.R
get_ilter_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 as collected by all ILTER sites (more than 1200 around the world), as stored in DEIMS-SDR. Note that the execution time for this function is very high.
If the objective is to obtain information about Research Topics
from a few sites, it is better to use other more specific functions (e.g.
get_network_research_topics()
or
get_site_info()
) or using
other methods
(How to about sites
informations).
get_ilter_research_topics(sitesNum = NULL)
sitesNum |
A |
The output of the function is a tibble
containing the research
topics and their URI (Uniform Resource Identifier) of all ILTER sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
jsonliteRReLTER
\insertRefdplyrRReLTER
## Not run:
listResearchTopics <- get_ilter_research_topics(sitesNum = 20)
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.