Learn R Programming

theft (version 0.8.2)

init_theft: Communicate to R the Python virtual environment containing the relevant libraries for calculating features

Description

Communicate to R the Python virtual environment containing the relevant libraries for calculating features

Usage

init_theft(venv)

Value

no return value; called for side effects

Arguments

venv

character specifying the name of the to the Python virtual environment where "tsfresh", "TSFEL", and/or "Kats" are installed

Author

Trent Henderson

Examples

Run this code
if (FALSE) {
install_python_pkgs("theft-test")
init_theft("theft-test")
}

Run the code above in your browser using DataLab