When you submit a name for get.taxa that is both mispelled and a synonim, you get a data.frame that contains the original mispelled name and the correct scientific name, but you lose the intermediate suggested synonim
> get.taxa("Myrcia lkingua")
id scientific.name accepted.name family taxon.rank
1 10699 Myrcia guianensis (Aubl.) DC. <NA> Myrtaceae species
taxon.status search.str threat.status notes
1 accepted Myrcia guianensis LC was misspelled|replaced synonym
original.search
1 Myrcia lkingua
My suggestion is that the data.frame could also contain this suggested name, like this:
id scientific.name accepted.name family taxon.rank
1 10699 Myrcia guianensis (Aubl.) DC. <NA> Myrtaceae species
taxon.status search.str threat.status notes
1 accepted Myrcia guianensis LC was misspelled|replaced synonym
original.search suggested.name
1 Myrcia lkingua Myrcia lingua
When you submit a name for
get.taxa
that is both mispelled and a synonim, you get a data.frame that contains the original mispelled name and the correct scientific name, but you lose the intermediate suggested synonimMy suggestion is that the data.frame could also contain this suggested name, like this: