Nothing
#'
#' Data check individualcountInvalid Check if the number of individuals represented present at the time of the occurrence is and intiger
#'
#' This data check answers: "?" question.\cr Data check will pass if \strong{The count of individuals is a valid integer} and will fail if \strong{The count of individuals is not an integer and therefore invalid}.\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{individualCount=1}, such data check would return \code{Passed}.\cr Example of entries that will fail: \code{individualCount=0.3,individualCount=-1,individualCount=0}, such data check would return \code{Failed}.
#' @name DC_individualcountInvalid
#' @docType data
#' @format An object of class \code{"dataCheck"}, see \code{\link{dataCheck}} for details.
#' @references None
#' @examples
#' performDC(DC = DC_individualcountInvalid, DATA = bdchecks::dataBats)
#' @section samplePassData:
#' The count of individuals is a valid integer
#' @section sampleFailData:
#' The count of individuals is not an integer and therefore invalid
#' @section targetDWCField:
#' individualCount
#' @section checkCategory:
#' Occurrence
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.