alexpiper / taxreturn

An R package for creating taxonomic reference databases for metabarcoding studies
GNU General Public License v3.0
8 stars 1 forks source link

fetchseqs downto is redundant #7

Closed alexpiper closed 4 years ago

alexpiper commented 4 years ago

Currently to get downstream taxa in the search, you need to set downstream = TRUE, and downto="species"

This is redundant behaviour, instead have downstream default to FALSE, and take a character vector input ie "species" and remove the downto option

alexpiper commented 4 years ago

Removed downto