provide_make_list: Load an Example 'Makelist' Provided by 'fakemake'.

View source: R/makelists.R

provide_make_listR 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 makelist. package makelist.

prune

Prune the makelist of NULL items?

clean_sink

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.

Value

A makelist.

Examples

str(provide_make_list("minimal"))
visualize(provide_make_list("minimal"))

fakemake documentation built on Aug. 16, 2023, 1:09 a.m.