expressCoordinates {geocacheR} | R Documentation |
Express Decimal Coordinates in Other (text) Formats
Description
Designed to convert into Geocaching-style style coordinates, but future styles may be accommodated.
Usage
expressCoordinates(x, style = "GC")
Arguments
x |
A numeric vector of length 2 |
style |
placeholder for future development if requirements emerge |
Value
A character of length 1 with an alternative expression of the coordinates
Examples
expressCoordinates(c(55.9327, -3.25103))
[Package geocacheR version 0.1.0 Index]