# NOT RUN {
test_with_dir("Quarantine side effects.", {
if (requireNamespace("downloader")){
# Populate your workspace and write 'report.Rmd' and 'raw_data.xlsx'.
load_main_example() # Get the code: drake_example("main")
make(plan)
readd(hist) # Show the ggplot2 histogram.
# Clean up the example.
clean_main_example()
}
})
# }
Run the code above in your browser using DataLab