#' Template de relatório para o Itamaraty
#'
#' @param file nome do arquivo a ser criado
#' @export
template_itamaraty <- function(file) {
arq <- paste0(file,".Rmd")
rmarkdown::draft(arq, template="template_itamaraty", package = "barao")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.