Intended for debugging and checking your project.
The dependency structure of the components of your analysis
decides which targets are built and when.
if (FALSE) {
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").deps_target(regression1_small, my_plan)
})
}