matevzl533
Results
2
comments of
matevzl533
you could use dplyr filter function to filter through the db with a vector of your taxa eg: db %>% filter(., genus %in% taxa$genus) db...object with funfun db taxa...object with...
ok. **Funfun db** db is the object into which you have loaded the fungal traits file with: ``` db % filter(., Genus %in% taxa$genus) ``` this will list the fungal...