Nothing
deprecate_sp <- function(what, env = rlang::caller_env()) {
lifecycle::deprecate_stop(
when = "1.0.0",
what = what,
details = "Please use `sf` objects with {rnaturalearth}, Spatial objects (sp) are no longer supported. For example: `ne_download(returnclass = 'sf')`",
env = env
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.