ropensci / neotoma

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

Improved performance of compile_list #40

Closed SimonGoring closed 11 years ago

SimonGoring commented 11 years ago

Compile list now uses a more reader-friendly version the taxon table (pollen.equiv.RData, also added, with help page) and returns a full pollen object, just like the one returned by get_download. It's also a bit faster since it doesn't need to pull down data from the API, using only data stored in the pollen object.

This helps resolve #35, by removing the ddply command, but doesn't completely resolve it.