View source: R/synonym_report.R
synonym_report | R Documentation |
This function produces a report of an undertaken aswSync() query
synonym_report(query_info, verbose = F)
query_info |
output of the function asw_sync() |
verbose |
logical arguments can be turned on to list species which result in conflict. Default=FALSE |
One logical arguments can be turned on to summarize in terms of numbers of cases, or to provide species names of conflicting issues.
returns either a data frame or list of summary statitics
#check out amphibiaweb taxonomy and extract only Bufonidae
head(amphweb$species)
amphweb_bufonidae<-amphweb[amphweb$family=="Bufonidae",]
#query bufonidae against ASW database and inspect
bufonidae_asw<-asw_sync(query=amphweb.bufonidae$species)
synonym_report(bufonidae_asw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.