Loads the basic example into your workspace
(or the environment you specify).
Also writes/overwrites the file report.Rmd.
For a thorough walkthrough of how to set up this example, see the
quickstart vignette: vignette('quickstart'). Alternatively,
call example_drake('basic') to generate an R script
that builds up this example step by step.
Usage
load_basic_example(envir = parent.frame())
Arguments
envir
The environment to load the example into.
Defaults to your workspace.
For an insulated workspace,
set envir = new.env(parent = globalenv()).