library(testthat)
test_that(
"testing Intron_tracker to make sure it returns a dataframe",
{
x <- intron_tracker("chr17")
expect_type(x, "list")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.