#' blueprint: a tool to auto-merge datasets by rules specified in a meta-file
#'
#' blueprint offers the opportunity to
#' \itemize{\item{select}
#' \item{combine}
#' \item{transform}
#' } variables (columns) from various data file. It establishs an easy and intutitive way to merge data by using a meta-data file (a "blueprint"). This file can be easily edited with a choosen spreadsheet application or text editor. Possible formats in which the meta-data may be contained are: CSV, Excel, OpenOffice Calc, HTML, ....
#' @details Have a look at the vignette:
#'
#' \code{browseVignettes(package = "blueprint")}
#' @docType package
#' @name blueprint
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.