test_that("doesn't throw an error and returns the same", {
df <- data.frame(a=rnorm(100), b=1:100)
expect_identical(df, flyDN(df))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.