/rndop

R package for accessing and downloading data from The Species Occurrence Database of NCA CR

Primary LanguageR

rndop

rndop is an R package for accessing and downloading data from The Species Occurrence Database of NCA CR (NDOP AOPK).

NDOP is Czech national species occurrence database of NCA CR (Nature Conservation Agency of the Czech Republic). Database includes occurrence records both from professionals (monitorings, inventarisations) and citizen scientists. Use of the database is free and requires free registration. Data itself are published under CC BY-SA 4.0 licence and should be referenced according to AOPK citation rules.

Installation

install.packages("remotes")
remotes::install_github("kalab-oto/rndop")

Usage

library(rndop)
mr <- ndop_download("mantis religiosa")
head(mr)

Warning

This package is under development, if you need to stick to a specific version, use install_github ref argument with desired version number or commit (see ?install_github):

remotes::install_github("kalab-oto/rndop",ref ="v0.1.0")