View source: R/get_ilter_envcharacts.R
get_ilter_envcharacts | R Documentation |
This function obtains all Environmental Characteristics:
title, URI, geo-coordinates, country name, and elevation
of all
ILTER sites
(more than 1200 around the world),
through the DEIMS-SDR API.
This function gathers in a unique tibble all the Environmental Characteristics from all ILTER sites. Note that the execution time for this function is very high.
If the objective is obtain information about Environmental Characteristics
on a few sites, it is better to use other more specific functions (e.g.
get_network_envcharacts()
or
get_site_info()
) or using
other methods
(How to about sites
informations).
get_ilter_envcharacts(sitesNum = 0)
sitesNum |
A |
The output of the function is a tibble
containing all the
Environmental Characteristics of ILTER's sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
dplyrRReLTER
## Not run:
listEnvCharacts <- get_ilter_envcharacts(sitesNum = 10)
listEnvCharacts[1:20, ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.