get_dataset_info: Obtain the information about of an eLTER dataset.

View source: R/get_dataset_info.R

get_dataset_infoR Documentation

Obtain the information about of an eLTER dataset.

Description

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

Usage

get_dataset_info(datasetid, show_map = FALSE)

Arguments

datasetid

A character. It is the DEIMS ID of dataset make from DEIMS-SDR website. DEIMS ID information here. The DEIMS ID of dataset is the URL for the dataset 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 site and the related resources collected by site.

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

tDataset <- get_dataset_info(
  datasetid =
  "https://deims.org/dataset/38d604ef-decb-4d67-8ac3-cc843d10d3ef",
  show_map = TRUE
)
tDataset


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