Plant scientific name standardisation using WorldFlora package

I am running this code to check for the scientifc name match:
native_tree_species_match <- WFO.one(WFO.match(native_tree_species[1:1000, ], WFO.data = wcvp.data, spec.name == "TaxonName", Authorship == "Author"))

and receiving the below warning message:
In if (class(spec.data) %in% c("data.frame") == FALSE) { :
the condition has length > 1 and only the first element will be used

The result doesn't make sense. If anybody can help to save me from more troubles.

Hi, welcome to the forum.

We need a FAQ: How to do a minimal reproducible example ( reprex ) for beginners

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.