ropensci / neotoma

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

Have get_download return information for multiple sites. #39

Closed SimonGoring closed 11 years ago

SimonGoring commented 11 years ago

get_download should be able to return multiple records using a serial call to the API so that code reading: get_download(c(1, 2, 3, 4))

returns a list of length 4 where each item in the list is a separate assemblage object.

SimonGoring commented 11 years ago

Fixed in commit 49a7997.