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