View source: R/covid19_checks.R
data.checks | R Documentation |
function to check for data integrity and data consistency
data.checks(
data,
n0 = 5,
nf = ncol(data),
datasetName = "",
details = TRUE,
disclose = FALSE
)
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 |
details |
optional argument to specify whether to show details about the records where inconsistencies were detected |
disclose |
boolean flag to indicate whether index of problematic entries are returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.