synonymReport: Get summary report of "defrosted" query

Description Usage Arguments Details Value Examples

View source: R/synonymReport.R

Description

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

Usage

1
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

Details

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

Value

returns either a data frame or list of summary statitics

Examples

1
2
3
4
5
6
#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)

defrostR documentation built on Jan. 20, 2018, 9:01 a.m.