Learn R Programming

rAvis (version 0.1.4)

avisQuerySpecies: avisQuerySpecies

Description

Is a wrapper for avisQuery that allows you to perform a query for more than one species at once.'names' must be either a string or a list of species names, 'args' is a list of query parameters (see avisQuery) that adds further filters to the query.

Usage

avisQuerySpecies(names, args = list())

Arguments

names
Must be either a string or a list of scientific names
args
A list of normalized parameters to add filters to the query. Currently in Spanish, but this might become outdated. See avisQuery.

Value

a dataframe with the results of your specific query to Proyecto AVIS database

Examples

Run this code
## Not run: 
# avisQuerySpecies("Bubo bubo")
# avisQuerySpecies(list("Bubo bubo", "Tyto alba"), args = list(year = 2012))
# ## End(Not run)

Run the code above in your browser using DataLab