
Check Accepted Synonyms from WoRMs Taxonomy
ec_worms_synonym.RdCheck Accepted Synonyms from WoRMs Taxonomy
Value
A table with two columns, column one represent the accepted synonyms, and column two demonstrate the unique species names from the occurrence data base with the number of records tagged under species names.
Examples
if (FALSE) { # \dontrun{
species_name <- "Mexacanthina lugubris"
data <- data.frame(
scientificName = "Mexacanthina lugubris",
decimalLongitude = c(-120, -78, -110, -60, -75, -130, -10, 5),
decimalLatitude = c(20, 34, 30, 10, 40, 25, 15, 35)
)
comparison <- ec_worms_synonym(species_name, data, scientificName = "scientificName")
print(comparison)
} # }