Helper function for ensuring required python packages are installed

check_py_pkgs_installed(py_pkgs, path = get_py_path(), warn = FALSE)

Arguments

py_pkgs

vector of python packages to check that are installed.

path

The path from which the module should be imported.

warn

Logical (TRUE/FALSE). If TRUE, warn instead of throwing an error.