library(AnnotationGx)
library(testthat)
library(checkmate)
test_that(".asDT works", {
l <- list(Name = c("John", "Doe"), Age = c(1, 2))
dt <- .asDT(l)
expect_data_table(dt)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.