Nothing
test_that("ggplotly doesn't leave a new device open", {
devList1 <- dev.list()
p <- ggplotly(ggplot(mtcars) + geom_point(aes(wt, mpg)))
devList2 <- dev.list()
expect_true(length(devList1) == length(devList2))
})
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.