check_landorsea: Run Land-or-Sea check on MCPD data using...

View source: R/validator.R

check_landorseaR Documentation

Run Land-or-Sea check on MCPD data using https://validator.genesys-pgr.org. Uploads only rows where DECLATITUDE and DECLONGITUDE are provided. In practice it is better to use 'check_country' if ORIGCTY data exists.

Description

Run Land-or-Sea check on MCPD data using https://validator.genesys-pgr.org. Uploads only rows where DECLATITUDE and DECLONGITUDE are provided. In practice it is better to use 'check_country' if ORIGCTY data exists.

Usage

check_landorsea(mcpd)

Arguments

mcpd

Accession passport data in MCPD format

Value

Results from validator

Examples

## Not run: 
  waterCheck <- genesysr::check_landorsea(mcpd)

## End(Not run)


genesysr documentation built on Oct. 13, 2023, 9:07 a.m.