Open Lobz opened 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.
I tried executing the following line and got the following result:
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.