attach_blueprints | R Documentation |
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.
attach_blueprints(plan, ...)
attach_blueprint(plan, blueprint)
plan |
A drake plan |
... |
Multiple blueprints |
blueprint |
A blueprint object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.