Scott Chamberlain ( @sckottie) and Zachary Foster
UC Berkeley / rOpenSci
main collaborator on this work: Zach Foster
also an rOpenSci 2018 Fellow: Introducing the 2018 rOpenSci Research Fellows!
install.packages("taxa")
filter_taxa(x, taxon_names == "Plantae", subtaxa = TRUE)
filter_taxa(x, taxon_ranks == "genus", supertaxa = TRUE)
filter_obs(x, "info", n_legs == 4, drop_taxa = TRUE)
mutate_obs(x, "info", bipedal = n_legs == 2)
pip3 install pytaxa