Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 2.35 KB

README-NOT.md

File metadata and controls

45 lines (28 loc) · 2.35 KB

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

rdopa

rdopa is a R package for accessing data from the DOPA (Digital Observatory for Protected Areas) REST API.

Warning The DOPA API is still very much in development as is this package. Expect things to break.

DOPA REST Services Directory lists all the available services grouped by respective databases. Currently, the following services are wrapped by rdopa:

DOPA Service DOPA database DOPA schema Function
get_country_species_count dopa especies country_species_count()
get_country_species_list ibex especies country_species_list()
get_country_list dopa ehabitat country_list()
get_country_stats ibex ehabitat country_stats()
get_pa_country_stats ibex especies pa_country_stats()

Quick start

Installation

Install rdopa from GitHub using devtools.

install.packages(devtools)
install_github("ropensci/rdopa")

Usage

Check out examples in the package vignette.

Contributors

Meta