drake_session {drake} | R Documentation |
Session info of the last call to make()
.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated. Use drake_get_session_info()
instead.
Usage
drake_session(
path = getwd(),
search = TRUE,
cache = drake::get_cache(path = path, search = search, verbose = verbose),
verbose = 1L
)
Arguments
path |
Path to a |
search |
Deprecated. |
cache |
drake cache. See |
verbose |
Deprecated on 2019-09-11. |
Details
Deprecated on 2018-12-06.
Value
sessionInfo()
of the last call to make()
[Package drake version 7.13.9 Index]