Nothing
test_that("sd_via_median_estimator works", {
# scalar
expect_equal(length(sd_via_median_estimator(rnorm(n = 100))), 1)
# positive
expect_true(sd_via_median_estimator(rnorm(n = 100)) > 0)
})
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.