R/set_blue.R

Defines functions set_blue

Documented in set_blue

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