# Do specify the taxonomic rank the you are searching for, rank of species here
taxonsearch(scientificname = 'Puma concolor', rank="species")
# Fabaceae (rank of genus)
taxonsearch(scientificname = 'Abies', rank="genus")
# Fabaceae (rank of family)
taxonsearch(scientificname = 'Fabaceae', rank="family")
Run the code above in your browser using DataLab