ropensci / neotoma

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

The `compile_taxa` does not support external tables #110

Closed SimonGoring closed 10 years ago

SimonGoring commented 10 years ago

compile_taxa does not accept external tables, but should:

So we need to write that in, that's easy: compile_taxa(downloads, ext.table = ext.table, list = 'Paleon')

and revise the help file to reflect this change.

SimonGoring commented 10 years ago

Commit 0680410 fixes this issue.