Last chance! 50% off unlimited learning
Sale ends in
## the plant class Bangiophyceae
gbif_downstream(key = 198, downto="Genus")
gbif_downstream(key = 198, downto="Genus", intermediate=TRUE)
# get families downstream from the superfamily Acridoidea
gbif_downstream(key = 110610447, "Family")
## here, intermediate leads to the same result as the target
gbif_downstream(key = 110610447, "Family", intermediate=TRUE)
# get species downstream from the genus Ursus
gbif_downstream(key = 2433406, "Species")
# get tribes down from the family Apidae
gbif_downstream(key = 1334757, downto="Species")
gbif_downstream(key = 1334757, downto="Species", intermediate=TRUE)
Run the code above in your browser using DataLab