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.
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.