consistency.check: function that determines whether there are consistency issues...

View source: R/covid19_checks.R

consistency.checkR Documentation

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

Description

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

Usage

consistency.check(
  data,
  n0 = 5,
  nf = ncol(data),
  datasetName = "",
  disclose = FALSE,
  details = TRUE
)

Arguments

data

dataset to analyze

n0

column where the cumulative data begins

nf

column where the cumulative data ends

datasetName

optional argument to display the name of the dataset

disclose

boolean flag to indicate whether index of problematic entries are returned

details

optional argument to specify whether to show details about the records where inconsistencies were detected


covid19.analytics documentation built on Oct. 16, 2023, 1:06 a.m.