test_that("expected output", {
df <- data.frame(
sample = c( "sample1"),
minorfreq = c(0.1)
)
expect_no_error(af_distribution(df))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.