#' Upload a file to marcchoisy.free.fr
#'
#' sdfg
#'
#' dfgsdf
#' dfgsdfg
#' @export
put <- function(file, path = "tutorials") {
RCurl::ftpUpload(file,
paste0("ftp://marcchoisy:bu*se.78@ftpperso.free.fr/",
path, "/", file))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.