rminka Logo de rminka

R-CMD-check codecov Development Status GitHub last commit
GitHub package version GitHub contributors License: GPL v3 Contributor Covenant

Usage

Minka is a citizen science platform created by the research group EMBIMOS of the Institut de Cienciès del Mar (ICM-CSIC). The platform is open for all users to create their projects, collaborate on others, help the community with identifications or simply upload observations that will be validated with the help of the community and that can be used, in the future, to contribute openly to science and the improvement of the environment.
The link to access Minka’s website is https://minka-sdg.org/

The goals of the rminka package are:

  1. Directly access the data stored in the Minka platform to be able to process them with R through the API.

  2. Treat the data to be able to use them directly with other packages such as vegan or dismo.

Overview

rminka is a toolkit for interacting with the Minka API, providing a consistent set of functions to help you query and retrieve biodiversity data. The package’s functions are grouped by the type of data they return:

a) Project Queries: A set of complementary functions to find projects and their associated observations.

b) User Queries: Functions to find users and their contributed observations.

c) Place Queries: Functions to find places and retrieve their spatial data.

d) Observation Queries: A variety of functions to fetch observation data based on different parameters.

e) Auxiliary functions: a set of functions with different utilities that complement Minka’s observational data and help in processing them when used in other R packages (dismo, vegan,..).

These functions are designed to be used together. For queries that span multiple years, you can easily loop through the years of interest, run the appropriate function, and then combine the resulting tibbles with dplyr::bind_rows().

Installation

You can install the development version of rminka from GitHub with:

# install.packages("pak")
pak::pak("Raiservi/rminka")

Using rminka

If you are new to rminka you are better off starting with a starting web page of rminka in the github page of the project.

  1. The main page directions is rminka website

  2. The starting web page is rminka starting

Getting help

There are two main places to get help with rminka:

  1. The RStudio community is a friendly place to ask any questions about R.

  2. Stack Overflow is a great source of answers to common R questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem.

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.

Code of conduct

Please note that this project is released following a Code of Conduct. By participating in this project you agree to abide by its terms.