#' @title Save
#'
#'
#'
#' @param content a list of Lattes CV XML files.
#' @param path field a list of Lattes CV XML files.
#' @param filename field a list of Lattes CV XML files.
#'
#'
#'
#' @export Save
Save<-function(content, path, filename ){
end<-paste(path, sep="", filename)
end<-paste(end, sep=" ", "Ok->gravado \n")
cat(end)
s<-paste(path, sep="/", filename)
sink(s, append = FALSE)
cat(content)
sink()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.