Learn R Programming

drake (version 7.5.2)

manage_memory: Manage the in-memory dependencies of a target.

Description

Load/unload a target's dependencies. Not a user-side function.

Usage

manage_memory(target, config, downstream = NULL, jobs = 1)

Arguments

target

Character, name of the target.

config
downstream

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

jobs

Number of jobs for local parallel computing

Value

Nothing.