You can use sf package for this like library(sf) #Read the Json file d = read_sf("path with Json file name") #Write it as shape file ...
確定! 回上一頁