gustavobio / flora

R package (including shiny web app) for interacting with the Brazilian Flora Checklist. All data included.
29 stars 10 forks source link

Suggest.names ignores multiple inputs? #18

Open Lobz opened 2 months ago

Lobz commented 2 months ago

I tried executing the following line and got the following result:

> suggest.names(c("Miconia albjicans", "Myrcia lkingua", "Cofea    arabica"))
[1] "Miconia albicans"

It seems the function accepts the array of input names but ignores all but the first name. I expected the function to suggest names for each name given. Or, if that's not possible, I expected it to throw an error.