View source: R/get_site_info.R
get_site_info | R Documentation |
This function obtains information of a single eLTER site,
as a stored in DEIMS-SDR catalogue,
through the DEIMS-SDR API.
get_site_info(deimsid, category = NA)
deimsid |
A character. The DEIMS ID of the site from DEIMS-SDR website. DEIMS ID information here. |
category |
A |
The output of the function is a tibble
with main features of the
site and the selected information, such as: networks and projects in
which the site is involved.
If category 'Boundaries' is indicated an sf
object is returned
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
dplyrRReLTER
\insertRefutilsRReLTER
\insertRefsfRReLTER
\insertRefleafletRReLTER
site <- get_site_info(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe",
category = "Boundaries"
)
site
siteInfo <- get_site_info(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe",
category = c("EnvCharacts", "Affiliations")
)
siteInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.