Nothing
test_that("msg helper", {
expect_message(.msg(TRUE, "This is a message."), "This is a message.")
expect_silent(.msg(FALSE, "This message should not be printed."))
})
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.