Title: | An Interface for the eLTER Community |
---|---|
Description: | ReLTER provides access to DEIMS-SDR (https://deims.org/), and allows interaction with data and software implemented by eLTER Research Infrastructure (RI) thus improving data sharing among European LTER projects. ReLTER uses the R language to access and interact with the DEIMS-SDR archive of information shared by the Long Term Ecological Research (LTER) network. This package grew within eLTER H2020 as a major project that will help advance the development of European Long-Term Ecosystem Research Infrastructures (eLTER RI - https://elter-ri.eu). The ReLTER package functions in particular allow to: - retrieve the information about entities (e.g. sites, datasets, and activities) shared by DEIMS-SDR (see e.g. get_site_info function); - interact with the [ODSEurope](maps.opendatascience.eu) starting with the dataset shared by [DEIMS-SDR](https://deims.org/) (see e.g. [get_site_ODS](https://docs.ropensci.org/ReLTER/reference/get_site_ODS.html) function); - use the eLTER site informations to download and crop geospatial data from other platforms (see e.g. get_site_ODS function); - improve the quality of the dataset (see e.g. get_id_worms). Functions currently implemented are derived from discussions of the needs among the eLTER users community. The ReLTER package will continue to follow the progress of eLTER-RI and evolve, adding new tools and improvements as required. |
Authors: | Alessandro Oggioni [aut, cre, fnd] , Micha Silver [aut, ctb] , Paolo Tagliolato [aut, ctb] , Luigi Ranghetti [aut, ctb] , Allison Horst [rev] (Allison reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485), Will Bolton [rev] (Will reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485), Mauro Lepore [edt] (Mauro was editor for rOpenSci, see https://github.com/ropensci/software-review/issues/485) |
Maintainer: | Alessandro Oggioni <[email protected]> |
License: | GPL (>= 3) |
Version: | 2.1.1 |
Built: | 2024-10-28 06:28:52 UTC |
Source: | https://github.com/ropensci/ReLTER |
This function write a Rdata file from csv, tsv, txt, xls or xlsx dataset
elter_write_rdata(myfiles, delim)
elter_write_rdata(myfiles, delim)
myfiles |
A |
delim |
A |
This function returns a rds files.
Alessandro Oggioni, phD [email protected]
## Not run: ## Not run: elter_write_rdata( myfiles = c( "miscellaneus/file_show/data_mapping.csv", "miscellaneus/file_show/reference_TAXA.csv", "miscellaneus/file_show/reference_VARIABLES.csv" ), delim = ";" ) ## End(Not run) ## End (Not run)
## Not run: ## Not run: elter_write_rdata( myfiles = c( "miscellaneus/file_show/data_mapping.csv", "miscellaneus/file_show/reference_TAXA.csv", "miscellaneus/file_show/reference_VARIABLES.csv" ), delim = ";" ) ## End(Not run) ## End (Not run)
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.
get_activity_info(activityid, show_map = FALSE)
get_activity_info(activityid, show_map = FALSE)
activityid |
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.