dms2decdegrees | R Documentation |
dms
format to decimal degreesConverts degrees, minutes and seconds to decimal degrees.
dms2decdegrees(input = NULL)
dms2decdegrees_2(input = NULL)
input |
Character string as |
A numeric value.
Code for dms2decdegrees()
modified from project
https://github.com/SevillaR/aemet.
Other helpers:
climaemet_news()
,
first_day_of_year()
dms2decdegrees("055245W")
dms2decdegrees_2("-3º 40' 37\"")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.