View source: R/get_sensor_info.R
get_sensor_info | R Documentation |
This function obtains the information about of an eLTER
sensor (e.g.
https://deims.org/sensors/3845475c-4aec-4dd7-83b4-0ab6ba95db35)
provided in DEIMS-SDR catalogue.
get_sensor_info(sensorid, show_map = FALSE)
sensorid |
A |
show_map |
A |
The output of the function is a tibble
with main features of
the activities in a site, and a leaflet
map plot.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
# only table of sensor information
sensor_B3 <- get_sensor_info(
sensorid =
"https://deims.org/sensors/3845475c-4aec-4dd7-83b4-0ab6ba95db35",
show_map = TRUE
)
sensor_B3
# print the map of the sensor
Licor <- get_sensor_info(
sensorid =
"https://deims.org/sensors/4a7ad644-f2e7-4224-965b-ec5ef5365655",
show_map = FALSE
)
Licor
# Moldaenke FluoroProbe sensor
sensor_FP <- get_sensor_info(
sensorid = "https://deims.org/sensors/82635223-a4f4-498c-b283-9c95999d9d2f",
show_map = FALSE
)
sensor_FP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.