function that determines whether there are consistency issues within the data, such as, anomalies in the cumulative quantities of the data as reported by JHU/CCSEGIS
consistency.check(
data,
n0 = 5,
nf = ncol(data),
datasetName = "",
disclose = FALSE,
details = TRUE
)
dataset to analyze
column where the cumulative data begins
column where the cumulative data ends
optional argument to display the name of the dataset
boolean flag to indicate whether index of problematic entries are returned
optional argument to specify whether to show details about the records where inconsistencies were detected