#devtools::uses_testthat()
library(TimiRGeN)
library(testthat)
miR <- hs_miR
mRNA <- hs_mRNA
test_that("hs_miR is a dataframe", {
expect_true(is.data.frame(miR))
})
test_that("hs_mRNA is a dataframe", {
expect_true(is.data.frame(mRNA))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.