use_drake | R Documentation |
Add top-level R script files to use drake
in your data analysis project. For details, read
https://books.ropensci.org/drake/projects.html
use_drake(open = interactive())
open |
Logical, whether to open |
Files written:
make.R
: a suggested main R script for batch mode.
_drake.R
: a configuration R script for
the r_*()
functions documented at # nolint
https://books.ropensci.org/drake/projects.html#safer-interactivity
. # nolint
Remarks:
There is nothing magical about the name, make.R
.
You can call it whatever you want.
Other supporting scripts, such as R/packages.R
,
R/functions.R
, and R/plan.R
, are not included.
You can find examples at
https://github.com/wlandau/drake-examples
and download examples with drake_example()
(e.g. drake_example("main")
).
## Not run:
# use_drake(open = FALSE) # nolint
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.