Hi community
Im try to load this .xlsx
but the numbers is NA. Im try to change with digits
options, and other libraries but is the same situation. Only get NA number but are 6 with separate by dot between each 2 number, like this:
NEW_LATITUD | NEW_LONGITUD
- | 41.27.01 | 22.01.40
- | 41.27.45 | 22.01.51
but in Rstudio this are load like NA
.
When check the structure of this colums shows this
<lgl>
The format of this coordinates are vey estrange, I need change in a well format from transform to decimal degrees.
The idea is get this friendly format for use this page for transform all coordinates:
https://data.canadensys.net/tools/coordinates
file:
Tnks.