Description Usage Arguments Value Examples
View source: R/check_for_data_correction.R
Check for data corrections of X-times magnitude - data.table style
1 2 3 4 5 6 | check_for_data_correction(
dat,
var = "daily_cases",
magnitude = 10,
min_count = 10
)
|
dat |
data set |
var |
variable for which to check for corrections. Default is |
magnitude |
magnitude of difference that qualifies as a data correction. Default is |
min_count |
minimum count of var. Default is |
Data set with data correction observations removed
1 2 3 4 | ## Not run:
check_for_data_correction(dat = get_nat_counts, var = "daily_cases", magnitude = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.