manage_memory {drake}R Documentation

Manage the in-memory dependencies of a target. [Stable]

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

drake_config() list.

downstream

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

jobs

Number of jobs for local parallel computing

Value

Nothing.


[Package drake version 7.13.10 Index]