attach_blueprint: Attach blueprints to a drake plan

View source: R/plan.R

attach_blueprintsR Documentation

Attach blueprints to a drake plan

Description

Blueprints outline a sequence of checks and cleanup steps that come after a dataset is created. In order for these steps to be executed, the blueprint must be attached to a drake plan so that drake can run these steps properly.

Usage

attach_blueprints(plan, ...)

attach_blueprint(plan, blueprint)

Arguments

plan

A drake plan

...

Multiple blueprints

blueprint

A blueprint object


Global-TIES-for-Children/blueprintr documentation built on July 19, 2024, 6:01 a.m.