defrostR (version 1.0.0)

synonymReport: Get summary report of "defrosted" query

Description

This function produces a report of an undertaken defrost() query

Usage

synonymReport(defrosted, verbose = F)

Arguments

defrosted

output of the function defrost()

verbose

logical arguments can be turned on to list species which result in conflict. Default=FALSE

Value

returns either a data frame or list of summary statitics

Details

One logical arguments can be turned on to summarize in terms of numbers of cases, or to provide species names of conflicting issues.

Examples

Run this code
# NOT RUN {
#check out amphibiaweb taxonomy and extract only Bufonidae
head(amphweb$species)
amphweb.bufonidae<-amphweb[amphweb$family=="Bufonidae",]
#defrost bufonidae and inspect
bufonidae.defrosted<-defrost(query=amphweb.bufonidae$species)
synonymReport(bufonidae.defrosted)
# }

Run the code above in your browser using DataCamp Workspace