## Not run:
# ## the plant class Bangiophyceae
# gbif_downstream(key = 198, downto="genus")
# gbif_downstream(key = 198, downto="genus", intermediate=TRUE)
#
# # get families downstream from the family Strepsiptera (twisted wing parasites)
# gbif_downstream(key = 1227, "family")
# ## here, intermediate leads to the same result as the target
# gbif_downstream(key = 1227, "family", intermediate=TRUE)
#
# # Lepidoptera
# gbif_downstream(key = 797, "family")
#
# # get species downstream from the genus Ursus
# gbif_downstream(key = 2433406, "species")
#
# # get tribes down from the family Apidae
# gbif_downstream(key = 7799978, downto="species")
# gbif_downstream(key = 7799978, downto="species", intermediate=TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab