Nothing
skip_on_cran()
context("get_maptypes")
test_that("get_maptypes()", {
expect_named(expect_is(expect_length(get_maptypes(), 8), "list"), c("osm", "osm_stamen", "osm_stadia", "osm_thunderforest",
"carto", "mapbox", "esri", "maptiler"))
expect_is(get_maptypes("osm"), "character")
})
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.