Learn R Programming

drake (version 5.2.1)

prune_envir: Prune the evaluation environment

Description

Load targets that you need to build the targets and unload the ones you will never need again in the current runthrough of the pipeline. This function should not be used directly by users. Only exported for internal reasons.

Usage

prune_envir(targets, config, downstream = NULL, jobs = 1)

Arguments

targets

character vector of targets

config
downstream

optional, character vector of any targets assumed to be downstream.

jobs

number of jobs for local parallel computing

Value

nothing

Examples

Run this code
# NOT RUN {
# Users should use make().
# }

Run the code above in your browser using DataLab