Nothing
context("Progress bars")
test_that("unknown progress bar raised warning, not error", {
expect_warning(
llply(1:10, identity, .progress = "blah"),
"Cannot find progress bar"
)
})
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.