lon_lat_df <- data.frame(x = c(30, 0, 15), y = c(60, 40, 10))
reproject(
from = "epsg:4326",
to = "epsg:3035",
coords = lon_lat_df,
add = TRUE # add converted [lon,lat] coordinates as a new column
)
Run the code above in your browser using DataLab