R/check.NameChanges.R

check.NameChanges <- function(conn, order.by = "spec"){
  x <- paste("SELECT spec, spec_ncbi FROM taxonomy", 
             "WHERE spec != spec_ncbi AND spec_ncbi IS NOT NULL AND spec_ncbi != 'NA'",
             "ORDER BY", order.by)
  dbGetQuery(conn, x)
}

Try the megaptera package in your browser

Any scripts or data that you put into this service are public.

megaptera documentation built on Jan. 15, 2017, 11:19 p.m.