Nothing
getpb <-
function(pb)
{
if (dopb()) {
progress.bar <- getOption("pboptions")$type
rval <- switch(progress.bar,
timer = getTxtProgressBar(pb),
txt = getTxtProgressBar(pb),
win = getWinProgressBar(pb),
tk = tcltk::getTkProgressBar(pb))
if (doshiny())
rval <- pb$getValue()
} else {
rval <- NULL
}
rval
}
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.