Here you can find some basic {drake}
functions (reference.
However, we encourage all users to read official book for the {drake}
package.
While it is not necessary to know all {drake}
internals to successfully run the {scdrake}
pipeline,
its knowledge is a plus.
drake::loadd()
and drake::readd()
drake::outdated()
drake::make()
: drake::drake_done()
drake::make()
: drake::drake_failed()
drake::diagnose()
drake::deps_target()
drake::deps_profile()
drake::clean()
Some functions are also usable in a reproducible manner similar to drake::r_make()
,
i.e. first, _drake.R
-like file is sourced and a separate new R process is launched.
Examples: drake::r_outdated()
, drake::r_deps_target()
.
The list of such functions can be found here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.