Learn R Programming

rkeops (version 2.2.2)

check_keopscore: Check if keopscore Python package is available

Description

In practice, check if keopscore Python package is installed (which is done at rkeops package install).

Usage

check_keopscore(warn = TRUE)

Value

boolean value indicating if the keopscore package is available.

Arguments

warn

boolean, if TRUE (default), warn user about check result.

Author

Ghislain Durif

Examples

Run this code
if (FALSE) {
check_keopscore()
}

Run the code above in your browser using DataLab