context("Testing MsRDB function")
library(RDB)
library(testthat)
data(vangay)
test_that("'MsRDB' function provides expected results", {
res = msrdb(seqtabInterest,Z, knn = 20)
expect_equal(is.null(res), F)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.