ropensci / neotoma

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

Getting all datasets fails. #59

Closed SimonGoring closed 10 years ago

SimonGoring commented 10 years ago

Running the command: aa <- get_datasets()

Returns the error: The API call was successful, you have returned 10786 records. Error in names(x$SubDates) <- c("SubmissionDate", "SubmissionType") : 'names' attribute [2] must be the same length as the vector [0] In addition: Warning message: In getForm(base.uri, .params = cl, binary = FALSE, .encoding = "utf-8", : No inputs passed to form

Not sure if this is one record that is causing the problem, or a general problem with datasets.

SimonGoring commented 10 years ago

Resolved by Commit 4621040.