I am new user to R Studio, Can anyone help me how to merge csv file with kml file and save it as a csv file

Kural<- st_read("E:/PhD/Paper works/Snataching/Prof Wim/Chennai_Wards.kml")
plot(Kural[1])

I used the above codes to read KML, but i dont know how to merge the spatial data (lat and long) in the csv.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.