Nothing
test_that("get_style and list_styles work", {
skip_on_cran()
expect_type(
get_style(
style_id = "satellite-v9",
username = "mapbox"
),
"list"
)
expect_error(
list_styles(username = "mapbox")
)
})
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.