test_that("makeTitle", {
expect_identical(
object = vapply(
X = mw,
FUN = makeTitle,
FUN.VALUE = character(1L),
USE.NAMES = FALSE
),
expected = c(
"Log10 genes per UMI",
"Mito vs. coding",
"Words already",
"NASA",
"N gene"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.