#'
#' Data check validation_phylum_notfound Check if phylum was found as a value at the rank of phylum by the specified source authority service.
#'
#' This data check answers: "Is phylum information present?" question.\cr Data check will pass if \strong{The value for phylum is present and correct.} and will fail if \strong{The value for phylum is missing or incorrect.}.\cr Dimension of this data check is \strong{} and it's flagging type is: \strong{FLAG}\cr Example of entries that will pass: \code{phylum=Chordate}, such data check would return \code{TRUE}.\cr Example of entries that will fail: \code{phylum=birds}, such data check would return \code{FALSE}.
#' @name dc_validation_phylum_notfound
#' @format An object of class function to perform a specific data check.
#' @references None
#' @examples
#' perform_dc(data_bats, 'validation_phylum_notfound')
#' @section samplePassData:
#' The value for phylum is present and correct.
#' @section sampleFailData:
#' The value for phylum is missing or incorrect.
#' @section targetDWCField:
#' phylum
#' @section checkCategory:
#' taxon
#' @importFrom magrittr %>%
#' @export
#' @keywords taxon,validation
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.