Use the World Checklist of Vascular Plants database to check accepted names and update synonyms.
Usage
wcvp_check_name(
searchedName = "Tephrosia lasiochlaena Cowie",
wcvp_names_database = NA,
if_author_fails_try_without_combinations = TRUE
)Details
About the World Checklist of Vascular Plants
The searchNotes field assigns values based on the following conditions:
Accepted: When a single authorless scientific name exists in the
TAXON_namelist withTAXON_STATUS = "Accepted",verified_speciesName = 100.Accepted among homonyms: When multiple authorless scientific names are present in the
TAXON_namelist, but only one homonym hasTAXON_STATUS = "Accepted",verified_speciesName = number of matches / 100.Homonyms: When multiple authorless scientific names appear in the
TAXON_namelist and either multiple or none of the homonyms haveTAXON_STATUS = "Accepted",verified_speciesName = number of matches / 100. Prior to homonym detection, attempts to match authorless scientific names inTAXON_namewith authors inTAXON_AUTHORSfailed, resulting inverified_author = 0.Not Found: When the authorless scientific name is absent from the
TAXON_namelist.Unplaced: When a single authorless scientific name exists in the
TAXON_namelist withTAXON_STATUS = "Unplaced".Updated: When a single authorless scientific name is present in the
TAXON_namelist, and bothACCEPTED_PLANT_NAME_IDand the species ID differ (i.e.,ACCEPTED_PLANT_NAME_ID != plant_name_id_of_searchedName), the fieldstaxon_status_of_searchedName,plant_name_id_of_searchedName, andtaxon_authors_of_searchedNameare populated as follows:For
searchNotes = "Updated": These fields record data from the originally queried scientific name.For
searchNotes = "Homonyms": These fields record data from homonymous synonyms, separated by "|".
The verified_author field is assigned as follows:
100: When a direct match exists between the authorless scientific name in
TAXON_nameand an author inTAXON_AUTHORS.50: When a partial correspondence exists between the authorless scientific name in
TAXON_nameand an author inTAXON_AUTHORS, without combination.0: When no author is present in
TAXON_AUTHORS, irrespective of correspondence with the authorless scientific name inTAXON_name.
