dc_validation_day_notstandard: Data check validation_day_notstandard Check if day is an...

Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples

View source: R/dc_validation_day_notstandard.R

Description

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.

Usage

1

Arguments

TARGET

a vector of day information. To pass must be an integer within 1 and 31.

Format

An object of class function to perform a specific data check.

samplePassData

The value for day within given numbers.

sampleFailData

The value for day is not within given numbers.

targetDWCField

day

checkCategory

event

References

None

Examples

1
perform_dc(data_bats, 'validation_day_notstandard')

bd-R/bdchecks documentation built on Oct. 8, 2021, 5:10 p.m.