Nothing
test_that("non-character input type", {
expect_error(samplezoo(name = 123))
expect_error(samplezoo(123))
})
test_that("name is incorrect", {
expect_error(samplezoo(name = "extra-small"))
expect_error(samplezoo("extrasmall"))
expect_error(samplezoo("samll"))
expect_error(samplezoo(name = "samll"))
})
test_that("needs quotations", {
expect_error(samplezoo(small))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.