#' Creates a markdown file
#'
#' @return
#' @export
#' @importFrom here here
#'
markdown_create <- function(){
#creating a markdown folder
dir.create(here::here("markdown"),recursive = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.