crew_test("crew_random_name()", {
out <- crew_random_name()
expect_true(is.character(out))
expect_false(anyNA(out))
expect_equal(length(out), 1L)
expect_gt(nzchar(out), 0L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.