#' Author's utility functions, to be loaded with \code{tidychrom} namespace
# using devtools and roxygen2, reload the tidychrom namespace
reload_tidychrom <- function(){
library(roxygen2)
library(devtools)
document()
detach("package:tidychrom")
library(tidychrom)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.