fmtcheck: Coordinate string format check

Description Usage Arguments Details Value Author(s) See Also Examples

Description

checks that a coordinate string is not NA, does not have an empty string or if has no numbers i.e. if it is a valid coordinate

Usage

1

Arguments

x

a coordinate string

Details

used in dmsparse

Value

returns a value of 1 if the coordinate has either an NA, an empty string or has no numbers or returns a zero if not

Author(s)

Mark Robertson

See Also

dmsparse

Examples

1
2
a<-fmtcheck(x="no coordinate")
a<-fmtcheck(x="23_45S")

biogeo documentation built on May 1, 2019, 8:05 p.m.