dc_notification_establishmentmeans_notempty: Data check notification_establishmentmeans_notempty Check if...

Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples

View source: R/dc_notification_establishmentmeans_notempty.R

Description

This data check answers: "Is establishmentMeans information present?" question.
Data check will pass if The value for establishmentMeans is not empty. and will fail if The value for establishmentMeans is not reported..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: establishmentMeans=cultivated, such data check would return TRUE.
Example of entries that will fail: establishmentMeans=, such data check would return FALSE.

Usage

1

Arguments

TARGET

a vector of establishment means information.

Format

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

samplePassData

The value for establishmentMeans is not empty.

sampleFailData

The value for establishmentMeans is not reported.

targetDWCField

establishmentMeans

checkCategory

occurrence

References

None

Examples

1
perform_dc(data_bats, 'notification_establishmentmeans_notempty')

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