Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_mindepth_greaterthan_maxdepth.R
This data check answers: "Is minimumDepthInMeters less or equal to maximumDepthInMeters?" question.
Data check will pass if Given minimumDepthInMeters is not greater than maximumDepthInMeters. and will fail if Given minimumDepthInMeters is greater than maximumDepthInMeters..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: minimumDepthInMeters="100",maximumDepthInMeters="200"
, such data check would return TRUE
.
Example of entries that will fail: minimumDepthInMeters="100",maximumDepthInMeters="20"
, such data check would return FALSE
.
1 | dc_validation_mindepth_greaterthan_maxdepth(TARGET = NULL, TARGET2 = NULL)
|
TARGET |
a vector of minimumDepthInMeters. |
TARGET2 |
a vector of maximumDepthInMeters. |
An object of class function to perform a specific data check.
Given minimumDepthInMeters is not greater than maximumDepthInMeters.
Given minimumDepthInMeters is greater than maximumDepthInMeters.
minimumDepthInMeters
location
None
1 | perform_dc(data_bats, 'validation_mindepth_greaterthan_maxdepth')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.