get_activity_info: Obtain the information about of an eLTER activity.

View source: R/get_activity_info.R

get_activity_infoR Documentation

Obtain the information about of an eLTER activity.

Description

[Stable] This function obtains the information about of an eLTER activity (e.g. https://deims.org/activity/8786fc6d-5d70-495c-b901-42f480182845) provided in DEIMS-SDR catalogue.

Usage

get_activity_info(activityid, show_map = FALSE)

Arguments

activityid

A character. It is the DEIMS ID of activity make from DEIMS-SDR website. DEIMS ID information here. The DEIMS.iD of activity is the URL for the activity page.

show_map

A boolean. If TRUE a Leaflet map with occurrences is shown. Default FALSE.

Value

The output of the function is a tibble with main features of the activities in a site, and a leaflet map plot.

The function output

Map of

Author(s)

Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it

References

\insertRef

dplyrRReLTER

\insertRef

utilsRReLTER

\insertRef

sfRReLTER

\insertRef

leafletRReLTER

Examples

activities <- get_activity_info(
  activityid =
  "https://deims.org/activity/8786fc6d-5d70-495c-b901-42f480182845",
  show_map = FALSE
)
activities


oggioniale/ReLTER documentation built on Jan. 4, 2024, 3:48 p.m.