Load a blueprint from a script file
load_blueprint(plan, file)
load_blueprints(plan, directory = here::here("blueprints"), recurse = FALSE)
A drake_plan with attached blueprints
By default, blueprintr ignore empty blueprint folders. However, it may be beneficial
to warn users if folder is empty, particularly during project setup. This helps
identify any potential misconfiguration of drake plan attachment. To enable these warnings,
set option(blueprintr.warn_empty_blueprints_dirs = TRUE)
.