R/blueprint.R

#' 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
mschwenzer/blueprint documentation built on Nov. 4, 2019, 8:30 p.m.