Nothing
test_that("RAMClustR rc.feature.filter.blanks", {
ramclustObj <- readRDS(file.path("testdata", "rc.feature.replace.na.rds"))
expected <- readRDS(file.path("testdata", "rc.feature.filter.blanks.rds"))
actual <- rc.feature.filter.blanks(ramclustObj = ramclustObj, blank.tag = "Blanc")
expect_equal(actual, expected)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.