# NOT RUN {
library(sf)
coastlines <- gisco_get_coastallines()
plot(st_geometry(coastlines), col = "palegreen", border = "lightblue3")
title(main = "Coastal Lines",
sub = gisco_attributions(copyright = FALSE),
line = 1)
# }
Run the code above in your browser using DataLab