#'@export
.fname <-
function (folder_out, iter, extension=".pdf", ...) {
paste(folder_out, "/", ..., "_iter",
formatC(iter, width=2, flag="0"), extension, sep="")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.