This function is only exported to make active bindings work safely. It is not actually a user-side function.
eager_load_target(target, cache, namespace, envir, verbose)
drake cache. See new_cache()
.
If supplied, path
and search
are ignored.
character scalar, name of an optional storr namespace to load from.
environment to load objects into. Defaults to the calling environment (current workspace).
logical or numeric, control printing to the console.
Use pkgconfig
to set the default value of verbose
for your R session:
for example, pkgconfig::set_config("drake::verbose" = 2)
.
FALSE
:print nothing.
TRUE
:print only targets to build.
in addition, print checks and cache info.
in addition, print any potentially missing items.
in addition, print imports. Full verbosity.