Learn R Programming

theft (version 0.8.2)

install_tsfel: Download and install TSFEL from Python into a new virtual environment

Description

Download and install TSFEL from Python into a new virtual environment

Usage

install_tsfel(venv, python)

Value

no return value; called for side effects

Arguments

venv

character specifying the name of the new virtual environment to create

python

character specifying the filepath to the Python interpreter to use. Python 3.10 is recommended

Author

Trent Henderson

Examples

Run this code
if (FALSE) {
install_tsfel("theft-test", "/usr/local/bin/python3.10")
}

Run the code above in your browser using DataLab