Nothing
test_that("get_message_fun() returns the correct functions", {
expect_error(get_message_fun("error")("msg"))
expect_warning(get_message_fun("warning")("msg"))
expect_message(get_message_fun("message")("msg"))
expect_null(get_message_fun("none"))
})
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.