#' Pull the USER 2020 Metaflow tutorials to the current folder
#' @export
pull_tutorials <- function(){
tutorials_folder <- system.file("user2020_tutorials", package = "user2020metaflow")
file.copy(tutorials_folder, ".", recursive=TRUE)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.