Nothing
test_that("ssdd() returns a valid result", {
x=test_data$controls
output_list <- ssdd(x)
expect_type(output_list,"double" )
expect_true(output_list>0)
expect_false(output_list==Inf)
})
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.