\name{dNameTAXID2NAME} \alias{dNameTAXID2NAME} \title{Map taxonomy identifiers to name} \description{ dNameTAXID2NAME provides mappings of taxonomy id to its name. } \details{ Mappings were based on data provided by NCBI: \url{ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdmp.zip}) on 2009 Mar 10 } \examples{ x <- dNameTAXID2NAME # Get the taxonomy identifiers that are mapped to name. mapped <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped]) if(length(xx) > 0){ xx[2:3] } }