hello everybody
I am new to r and trying to clean geocode data which is storede in two columns, Longitude and Latitude.
the data are entered in different shapes:
"547140"
"35.6997"
"251825.7959"
"251470.43"
"54/4077070001"
"54/305495"
I don't know how to clean this variable with this great difference.
when I want to use the coordinates function I get this error.
coordinates(dt) <- ~GPRSLongitude+GPRSLatitude
Error in coordinates(dt) <- ~GPRSLongitude + GPRSLatitude :
could not find function "coordinates<-"