Nothing
test_that("autoplot works", {
skip_on_cran()
skip_if_not_installed("ggplot2")
skip_if_not_installed("tidyr")
skip_if_not_installed("ggbeeswarm")
y <- mark(x = 1:1000)
expect_s3_class(ggplot2::autoplot(y), "ggplot")
expect_s3_class(plot(y), "ggplot")
})
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.