check_landorsea {genesysr} | R 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)
[Package genesysr version 2.1.1 Index]