rAvis

opts_chunk$set(fig.path = "inst/assets/figure")

rAvis: an R-package to download the information stored in “proyectoavis”, a citizen science bird project.

Proyectoavis web site

Installation

Stable version from CRAN:

install.packages ("rAvis")
library("rAvis")

Install with devtools

In the meantime you can install this development version with devtools package

install.packages("devtools")
library("devtools")
install_github("ropensci/rAvis")
library("rAvis")

Load the library

library("rAvis")

Try some command

Get species observation data

Bubo <- avisQuerySpecies("Bubo bubo")
head(Bubo)

Render a map

avisMapSpecies("Pica pica")

or with a physical map behind:

avisMapSpecies("Pica pica", "phys")

Disable INFO messages

avisSetup(verbose=FALSE)

See help

Package help for more info

?rAvis

Meta

Please report any issues or bugs](https://github.com/ropensci/rAvis/issues).

License: GPL-2

This package is part of the rOpenSci project.

To cite package rAvis in publications use:

To cite package rAvis in publications use:

Javier González Hernández and Sara Varela (2015). rAvis: Interface to the bird-watching datasets at proyectoavis.com. R
package version 0.1.3

A BibTeX entry for LaTeX users is

@Manual{,
title = {rAvis: Interface to the bird-watching datasets at proyectoavis.com},
author = {Javier González Hernández and Sara Varela},
year = {2015},
note = {R package version 0.1.3},
}

Get citation information for rAvis in R by citation(package = 'rAvis')



ropensci/rAvis documentation built on May 18, 2022, 5:41 p.m.