test_that("combn_char returns a list of same length as input vector", {
x <- c("sector")
l <- combn_char(x)
expect_equal(length(x), length(l))
expect_type(l, type = "list")
rm(x, l)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.