Open vijaybarve opened 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.
Could not reproduce the warning message yet.
The code for the first example
returns this message:
but then returns 20 records with the name, lat, and lon.