geocacheR (version 0.1.0)

expressCoordinates: 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

Run this code
# NOT RUN {
expressCoordinates(c(55.9327, -3.25103))

# }

Run the code above in your browser using DataLab