test_that(context("getNature"), {
x = getNature()
expect_equal(mode(x), "character")
})
test_that(context("getNature"), {
x = getNature(category = "research")
expect_equal(mode(x), "character")
})
test_that(context("getNature"), {
x = getNature(category = "opinion")
expect_equal(mode(x), "character")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.