## Initialize some directories
mkdir <- function(path)
dir.create(path, showWarnings = FALSE, recursive = TRUE)
git <- function(...) {
system(paste("git", ..., collapse = " "))
}
normalize_path <- function(path) {
normalizePath(path, winslash = "/", mustWork = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.