Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_month_notstandard.R
This data check answers: "Is month an integer between 1 and 12 inclusive?" question.
Data check will pass if The value for month within given numbers. and will fail if The value for month is not within given numbers..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: month=6
, such data check would return TRUE
.
Example of entries that will fail: month=13
, such data check would return FALSE
.
1 | dc_validation_month_notstandard(TARGET = NULL)
|
TARGET |
a vector of month information. To pass must be an integer within 1 and 12. |
An object of class function to perform a specific data check.
The value for month within given numbers.
The value for month is not within given numbers.
month
event
None
1 | perform_dc(data_bats, 'validation_month_notstandard')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.