Description Usage Arguments Value Examples
Convert lat and long to decimal
1 | lat_long_dec(degree, minute, orientation, coordinate_type)
|
degree |
integer |
minute |
integer |
orientation |
"E" or "W" for long, "N" or "S" for lat, for the equitor can be anything |
coordinate_type |
"longitude" or "latitude" |
Decimal coordinates or NA if coordinate_type is wrong
1 | lat_dec <- lat_long_dec(10, 30, "N", "latitude")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.