README-not.md

R client for the Netherlands Biodiversity API

Build Status Coverage Status Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.

Overview

This package provides access to the digitised Natural History collection at the Naturalis Biodiversity Center via tha Netherlands Biodiversity API. - API version: v2 - Package version: 0.1.0

Prerequisites

If not already done, install the devtools package with the following command

if(!require(devtools)) { install.packages("devtools") }

Installation of the API package

Execute

library(devtools)
install_github("ropensci/nbaR", build_vignettes=TRUE)

Using the package

After installation, the package can be loaded as follows:

library(nbaR)

Documentation

Documentation is provided in the package vignettes, see

vignette(package='nbaR') 

Note that, due to size limitations, not all documentation is in the package vignettes. Full documentation can be found online here.

Note

Note: parts of this API client have been generated by the swagger-codegen project. The code for classes and endpoints was generated using customised mustache templates and a customised swagger codegen engine. Information about the code generation process in this project can be found here.

Support

Bug reports, questions or suggestions can be submitted to the issue tracker or via email to nba@naturalis.nl

ropensci_footer



naturalis/nbaR documentation built on Nov. 12, 2023, 4:47 p.m.