## the plant class Bangiophyceae, tsn 846509
itis_downstream(tsns = 846509, downto="Genus")
itis_downstream(tsns = 846509, downto="Genus", intermediate=TRUE)
# get families downstream from Acridoidea
itis_downstream(tsns = 650497, "Family")
## here, intermediate leads to the same result as the target
itis_downstream(tsns = 650497, "Family", intermediate=TRUE)
# get species downstream from Ursus
itis_downstream(tsns = 180541, "Species")
# get orders down from the Division Rhodophyta (red algae)
itis_downstream(tsns = 660046, "Order")
itis_downstream(tsns = 660046, "Order", intermediate=TRUE)
# get tribes down from the family Apidae
itis_downstream(tsns = 154394, downto="Tribe")
itis_downstream(tsns = 154394, downto="Tribe", intermediate=TRUE)
Run the code above in your browser using DataLab