uniqueformats: List unique coordinate formats

Description Usage Arguments Value Author(s) See Also Examples

Description

Lists the unique formats of the coordinates in a character vector

Usage

1

Arguments

x2

a character vector of coordinates

Value

unique coordinate formats as generated for getformat

Author(s)

Mark Robertson

See Also

dmsabs

Examples

1
2
x<-c("123_23.345W","23d15m32.0S",34.3456,45.5432)
uniqueformats(x)

Example output

        coord      format
1 123_23.345W 000*00.000L
2 23d15m32.0S 00*00*00.0L
3     34.3456     00.0000

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