Nothing
test_that("TESTING sample_ancestry()", {
print("sample_ancestry(0) = Should be something other than 0")
print(sample_ancestry(0))
print("sample_ancestry(1) = Should be something other than 1")
print(sample_ancestry(1))
print("sample_ancestry(2) = Should be something other than 2")
print(sample_ancestry(2))
})
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.