Nothing
test_that("Skewness estimator works", {
set.seed(1);
x <- rnorm(100)
expect_equal(round(skewness(x), 3), -0.0720)
})
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.