Skip to content
Prev 18461 / 29559 Next

GIBF function from dismo package, did not download some species.

Agus,

# no records:
gbif(genus='Amphiglossus' , species='mouroundavae')

# one record --- all names that start with 'mouroundavae'
gbif(genus='Amphiglossus' , species='mouroundavae*')

# seven records --- also include records without geographic coordinates
gbif(genus='Amphiglossus' , species='mouroundavae*', geo=F)

Robert
On Tue, Jun 11, 2013 at 8:49 PM, Agus Camacho <agus.camacho at gmail.com> wrote: