README.md

riNat

About

R wrapper for iNaturalist APIs for accessing the observations. The Detailed documentation of API is available on iNaturlaist website

Install

Install the development version using install_github within Hadley's devtools package.

install.packages("devtools")
require(devtools)

install_github("rinat", "ropensci")
require(rinat)

Note:

This package is currently in development.

Windows users have to first install Rtools.

observations

get_obs(query="Monarch Butterfly")

Projects

get_obs_project(354)
get_obs_project("reptileindia") 


Try the rinat package in your browser

Any scripts or data that you put into this service are public.

rinat documentation built on May 2, 2019, 4:43 p.m.