powered by
Makelist
Load an Example Makelist Provided by fakemake.
provide_make_list( type = c("minimal", "vignette"), prune = TRUE, clean_sink = FALSE )
The type of makelist. package makelist.
makelist
Prune the makelist of NULL items?
NULL
Remove sinks identical to corresponding targets from the list? Since makelists are parsed, missing sinks are set to the corresponding targets, but this makes them harder to read.
makelists
A makelist.
# NOT RUN { str(provide_make_list("minimal")) visualize(provide_make_list("minimal")) # }
Run the code above in your browser using DataLab