context('Testing the hello_goodbye function')
test_that('Character input error works', {
expect_error(hello_goodbye(1234))
expect_error(hello_goodbye(1*2))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.