drake (version 6.2.1)

manage_memory: Manage in-memory targets

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

manage_memory(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