get_id_CoL
gets id and name of the corresponding accepted species-name in Catolog of Life
Contents
Syntax
[id_CoL accepted_name] = get_id_CoL(my_pet, open)
Description
Gets identifier for an accepted species name in the Catalog of Life
Input:
- my_pet: character string with name of a taxon
- open: optional boolean for opening in browser (default: 0)
Output:
- id_CoL: character string of id in CoL
- accepted_name: character string with accepted name
Remarks
Outputs empty string if identification was not successful. Used in lineage_CoL
Example of use
id_CoL = get_id_CoL('Daphnia_magna',1)