Skip to content

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

Notifications You must be signed in to change notification settings

kalab-oto/rndop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")