ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

test_browse #39

Closed AldoCompagnoni closed 6 years ago

AldoCompagnoni commented 7 years ago

Functions that need work: -keyword_subset -nest_taxa. In this latter case, test is the file, but the function does not work with full_tbl = FALSE. Problem might be solved if we solve issue https://github.com/AldoCompagnoni/popler/issues/16

AldoCompagnoni commented 7 years ago

Test for next_taxa fixed. The problem lied in that when full_tbl = F, then the main argument of taxa_nest need to be the summary_table[,possible_vars()] which only includes the default variables.