manage_memory {drake} | R Documentation |
Manage the in-memory dependencies of a target.
![[Stable]](../help/figures/lifecycle-stable.svg)
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.
[Package drake version 7.13.10 Index]