vijaybarve / rgbif

Wrapper to the Global Biodiversity Information Facility API
http://ropensci.org/
5 stars 1 forks source link

Example code warning message #10

Open vijaybarve opened 12 years ago

vijaybarve commented 12 years ago

The code for the first example

sname = 'Turdus migratorius' # American Robin
# Get 20 records of sname
out1 <- occurrencelist(sciname = sname, coordinatestatus = TRUE, maxresults = 20, latlongdf = TRUE )
out1

returns this message:

Namespace prefix to on decimalLatitude is not defined
Namespace prefix to on decimalLongitude is not defined

but then returns 20 records with the name, lat, and lon.

vijaybarve commented 12 years ago

Could not reproduce the warning message yet.