Nothing
dopb <-
function()
{
progress.bar <- getOption("pboptions")$type
if (!is.null(progress.bar)) {
progress.bar <- match.arg(progress.bar, pbtypes())
if (progress.bar == "none")
progress.bar <- NULL
if (!is.null(getOption("knitr.in.progress")))
progress.bar <- NULL
}
!is.null(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.