Nothing
if(demo_server){
options(valh.server = valh.server)
status <- vl_status(verbose = FALSE)
expect_equal(length(status), 3)
expect_equal(names(status), c("version", "tileset_last_modified", "available_actions"))
status_v <- vl_status(verbose = TRUE)
expect_true(length(status_v) >= 3)
}
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.