cached |
List targets in the cache. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
cached_planned |
List targets in both the plan and the cache. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
cached_unplanned |
List targets in the cache but not the plan. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
cancel |
Cancel a target mid-build \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
cancel_if |
Cancel a target mid-build under some condition \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
clean |
Invalidate and deregister targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
clean_mtcars_example |
Clean the mtcars example from 'drake_example("mtcars")' \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
code_to_function |
Turn a script into a function. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
code_to_plan |
Turn an R script file or 'knitr' / R Markdown report into a 'drake' plan. \Sexpr[results=rd, stage=render]{drake:::lifecycle("questioning")} |
combine |
Transformations in 'drake_plan()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
cross |
Transformations in 'drake_plan()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
deps_code |
List the dependencies of a function or command \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
deps_knitr |
Find the drake dependencies of a dynamic knitr report target. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
deps_profile |
Find out why a target is out of date. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
deps_target |
List the dependencies of a target \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
diagnose |
Get diagnostic metadata on a target. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake |
drake: A pipeline toolkit for reproducible computation at scale. |
drake_build |
Build/process a single target or import. \Sexpr[results=rd, stage=render]{drake:::lifecycle("questioning")} |
drake_cache |
Get the cache of a 'drake' project. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_cache_log |
Get the state of the cache. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_cancelled |
List cancelled targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_config |
Ending of _drake.R for r_make() and friends \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_debug |
Run a single target's command in debug mode.' \Sexpr[results=rd, stage=render]{drake:::lifecycle("questioning")} |
drake_done |
List done targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_envir |
Get the environment where drake builds targets \Sexpr[results=rd, stage=render]{drake:::lifecycle("questioning")} |
drake_example |
Download the files of an example 'drake' project. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_examples |
List the names of all the drake examples. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_failed |
List failed targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_gc |
Do garbage collection on the drake cache. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_get_session_info |
Session info of the last call to 'make()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_ggraph |
Visualize the workflow with 'ggraph'/'ggplot2' \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_graph_info |
Prepare the workflow graph for visualization \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_history |
History and provenance \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_hpc_template_file |
Write a template file for deploying work to a cluster / job scheduler. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_hpc_template_files |
List the available example template files for deploying work to a cluster / job scheduler. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_plan |
Create a drake plan for the 'plan' argument of 'make()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_plan_source |
Show the code required to produce a given 'drake' plan \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_progress |
Get the build progress of your targets \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_running |
List running targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_script |
Write an example _drake.R script to the current working directory. |
drake_slice |
Take a strategic subset of a dataset. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
drake_tempfile |
drake tempfile \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
readd |
Read and return a drake target/import from the cache. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
read_drake_seed |
Read the pseudo-random number generator seed of the project. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
read_trace |
Read a trace of a dynamic target. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
recoverable |
List the most upstream _recoverable_ outdated targets. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
render_drake_ggraph |
Visualize the workflow with 'ggplot2'/'ggraph' using 'drake_graph_info()' output. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
render_drake_graph |
Render a visualization using the data frames generated by 'drake_graph_info()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
render_sankey_drake_graph |
Render a Sankey diagram from 'drake_graph_info()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
render_text_drake_graph |
Show a workflow graph as text in your terminal window using 'drake_graph_info()' output. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
rescue_cache |
Try to repair a drake cache that is prone to throwing 'storr'-related errors. \Sexpr[results=rd, stage=render]{drake:::lifecycle("questioning")} |
r_deps_target |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_drake_build |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_drake_ggraph |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_drake_graph_info |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_make |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_missed |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_outdated |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_predict_runtime |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_predict_workers |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_recoverable |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_sankey_drake_graph |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_text_drake_graph |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
r_vis_drake_graph |
Launch a drake function in a fresh new R process \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
target |
Customize a target in 'drake_plan()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
text_drake_graph |
Show a workflow graph as text in your terminal window. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
tracked |
List the targets and imports that are reproducibly tracked. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
transformations |
Transformations in 'drake_plan()'. \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
transform_plan |
Transform a plan \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |
trigger |
Customize the decision rules for rebuilding targets \Sexpr[results=rd, stage=render]{drake:::lifecycle("stable")} |