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.
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.
Author
Alessandro Oggioni, phD (2020) [email protected]
Examples
tDataset <- get_dataset_info(
datasetid =
"https://deims.org/dataset/38d604ef-decb-4d67-8ac3-cc843d10d3ef",
show_map = TRUE
)
tDataset
#> Simple feature collection with 1 feature and 33 fields
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 11.88721 ymin: 43.20518 xmax: 15.86426 ymax: 45.91294
#> Geodetic CRS: WGS 84
#> # A tibble: 1 × 34
#> title abstract keywords uri type dateRange.from dateRange.to relatedSite
#> * <chr> <chr> <list> <chr> <chr> <chr> <lgl> <list>
#> 1 LTER No… The pre… <df> http… data… 1965-01-01 NA <df>
#> # … with 26 more variables: contacts.corresponding <list>,
#> # contacts.creator <list>, contacts.metadataProvider <lgl>,
#> # observationParameters <list>, observationSpecies <list>, dataPolicy <list>,
#> # doi <chr>, onlineLocation <list>, legal.accessUse <list>,
#> # legal.rights <lgl>, legal.legalAct <lgl>, legal.citation <lgl>,
#> # method.instrumentation <lgl>, method.qualityAssurance <lgl>,
#> # method.methodUrl <list>, method.methodDescription <list>, …