##' set_blue()
##'
##' Easily set a default blueprint file. This is taken into account by blue(), blue_open(), blue_info() and alike functions.
##' @title set_blue
##' @param blueprint
##' @return NA
##' @author Marc Schwenzer
##' @export
set_blue <- function(blueprint)
{
options(blueprint_file=blueprint)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.