library(testthat)
context("Valid")
test_that("Valid name types", {
is <- valid__name_types()
should <- c("internal", "external", "external_clean")
expect_identical(is, should)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.