drake (version 6.2.1)

session: Deprecated function session

Description

Use drake_get_session_info() instead

Usage

session(path = getwd(), search = TRUE, cache = drake::get_cache(path
  = path, search = search, verbose = verbose), verbose = TRUE)

Arguments

path
search
cache
verbose

Value

Same as for drake_get_session_info().

Details

Deprecated on 2017-11-12.

See Also

drake_get_session_info()

Examples

Run this code
# NOT RUN {
# See ?drake_get_session_info for examples.
# }

Run the code above in your browser using DataLab