R/DC_classUnknown.R

#'
#' Data check classUnknown The full scientific name of the class in which the taxon is classified is within given vocabulary
#'
#'     This data check answers: "Is scientific name of the class known??" question.\cr Data check will pass if \strong{Taxonomic rank Class was interpreted correctly} and will fail if \strong{Taxonomic rank Class value cannot be interpreted}.\cr Dimension of this data check is \strong{Conformance} and it's flagging type is: \strong{FLAG}\cr Example of entries that will pass: \code{class=Unicorns}, such data check would return \code{Passed}.\cr Example of entries that will fail: \code{class=Birds}, such data check would return \code{Failed}.
#' @name DC_classUnknown
#' @docType data
#' @format An object of class \code{"dataCheck"}, see \code{\link{dataCheck}} for details.
#' @references None
#' @examples 
#' performDC(DC = DC_classUnknown, DATA = bdchecks::dataBats)
#' @section samplePassData:
#' Taxonomic rank Class was interpreted correctly
#' @section sampleFailData:
#' Taxonomic rank Class value cannot be interpreted
#' @section targetDWCField:
#' class
#' @section checkCategory:
#'  Taxon

NULL

Try the bdchecks package in your browser

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

bdchecks documentation built on May 2, 2019, 4:24 a.m.