make_params {makepipe} | R Documentation |
Parameters for make-like functions
Description
Parameters for make-like functions
Arguments
source |
The path to an R script which makes the |
recipe |
A chunk of R code which makes the |
targets |
A character vector of paths to files |
dependencies |
A character vector of paths to files which the |
packages |
A character vector of names of packages which |
envir |
The environment in which to execute the |
quiet |
A logical determining whether or not messages are signaled |
force |
A logical determining whether or not execution of the |
label |
A short label for the |
build |
A logical determining whether or not the pipeline/segment will be built immediately or simply returned to the user |