provide_make_list {fakemake} | R Documentation |
Load an Example Makelist
Provided by fakemake.
Description
Load an Example Makelist
Provided by fakemake.
Usage
provide_make_list(
type = c("minimal", "testing"),
prune = TRUE,
clean_sink = FALSE
)
Arguments
type |
The type of |
prune |
Prune the |
clean_sink |
Remove sinks identical to corresponding targets from the
list? Since |
Value
A makelist
.
Examples
str(provide_make_list("minimal"))
visualize(provide_make_list("minimal"))
[Package fakemake version 1.11.1 Index]