dc_validation_decimallongitude_outofrange: Data check validation_decimallongitude_outofrange Check if...

Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples

View source: R/dc_validation_decimallongitude_outofrange.R

Description

This data check answers: "Is decimalLongitude within parameter range?" question.
Data check will pass if The value for decimalLongitude within given numbers. and will fail if The value for decimalLongitude is not within given numbers..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: decimalLongitude=0, such data check would return TRUE.
Example of entries that will fail: decimalLongitude=181, such data check would return FALSE.

Usage

1

Arguments

TARGET

a vector of longitude information. To pass it must be within -180 and 180 degrees.

Format

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

samplePassData

The value for decimalLongitude within given numbers.

sampleFailData

The value for decimalLongitude is not within given numbers.

targetDWCField

decimalLongitude

checkCategory

location

References

None

Examples

1
perform_dc(data_bats, 'validation_decimallongitude_outofrange')

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