depth_out_of_range_flag: Flag records with incorrect depth

Description Usage Arguments Details Value Author(s) Examples

Description

Runs quality check of checking if depth is wthin possible range.

Usage

1

Arguments

gbif_data

Dataframe from GBIF with one mandatory field; depth

Details

The depth (dwc:depth) should be less than zero (0) or maximum depth is greater than 11,000 meters

Value

Same dataframe with one additional column; depthOutofRangeFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- uncertainty_outofrange_flag(dat$data)

thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.