Closed SimonGoring closed 10 years ago
compile_taxa does not accept external tables, but should:
compile_taxa
So we need to write that in, that's easy: compile_taxa(downloads, ext.table = ext.table, list = 'Paleon')
compile_taxa(downloads, ext.table = ext.table, list = 'Paleon')
and revise the help file to reflect this change.
Commit 0680410 fixes this issue.
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.