Nothing
test_that("get_url works", {
base = "http://localhosthost:3000"
url = get_url(base)
expect_true(url == base)
e = paste0(base, "?dark=false&hideCharts=false")
url = get_url(base, dark = "false", hideCharts = "false")
expect_true(url == e)
})
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.