check_env {slendr} | R Documentation |
Check that the active Python environment is setup for slendr
Description
This function inspects the Python environment which has been activated by the reticulate package and prints the versions of all slendr Python dependencies to the console.
Usage
check_env(verbose = TRUE)
Arguments
verbose |
Should a log message be printed? If |
Value
Either TRUE
(slendr Python environment is present) or FALSE
(slendr Python environment is not present).
Examples
init_env()
check_env()
[Package slendr version 0.9.1 Index]