ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Second example in `?get_dataset` fails to run #133

Closed gavinsimpson closed 10 years ago

gavinsimpson commented 10 years ago

The second example in ?get_dataset fails on:

gpids <- get_table(table.name='GeoPoliticalUnits')
canID <- gpids[which(gpids$GeoPoliticalName == 'Canada'),1]
v2kyr.datasets <- get_dataset(datasettype='vertebrate fauna', gpid=canID, 
                              ageold = 2000)

with error

Error in param_check(cl) : object 'gpid' not found