Using st_transform we can reproject the data sets to have the same EPSG-code ( common_crs ). common_crs <- 25832 SOEP <- st_transform(SOEP, crs ...
確定! 回上一頁