Nothing
#'
#' Data check modifiedInFuture Check if date on which the resource was changed is not in the future
#'
#' This data check answers: "?" question.\cr Data check will pass if \strong{dcterms:modified date is valid} and will fail if \strong{dcterms:modified is in the future}.\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{dcterms:modified=2000-01-01}, such data check would return \code{Passed}.\cr Example of entries that will fail: \code{dcterms:modified=2230-12-31}, such data check would return \code{Failed}.
#' @name DC_modifiedInFuture
#' @docType data
#' @format An object of class \code{"dataCheck"}, see \code{\link{dataCheck}} for details.
#' @references None
#' @examples
#' performDC(DC = DC_modifiedInFuture, DATA = bdchecks::dataBats)
#' @section samplePassData:
#' dcterms:modified date is valid
#' @section sampleFailData:
#' dcterms:modified is in the future
#' @section targetDWCField:
#' modified
#' @section checkCategory:
#' Record_level Terms
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.