check_python_library_available {autovi} | R Documentation |
This function checks if a python library is available. If the library can
not be found by the importlib.util.find_spec
method, then an
error will be throw.
check_python_library_available(lib_name)
lib_name |
Character. A library name. |
No return. Called for side-effect.
try(check_python_library_available("numpy"))