div_db_ids.Rd
This function is used to retrieve the Catelogue of Life id and any additional database ids for each species in a data frame. This function requires the package 'taxize'
div_db_ids(data, species, db = NULL)
A data frame
A character equal to the column name of the data frame that holds the species names
Optional. A character or vector eaqual to the data base names for which you want the ids in addition to Catelogue of Life (COL). By default only COL ids are returned. The possible data bases are Integrated Taxonomic Information System ('itis'), Global Biodiversity Information Facility ('gbif'), and The National Center for Biotechnology Information ('ncbi')
A data frame with the COL IDs and the IDs of any other biodiversity database give in the db
parameter
NOTE: Catelogue of Life is not supported by 'taxize' anymore... check back later for its incorporation