I have data containing latitude and longitude coordinates. In R it looks correct, but when I write it as .csv it changes the format.
from: 52.0286 and 5.10374
to: 520.286 and 510.374
In other words, it changes the position of the dot. How can I avoid this from happening? Thank you for your reply