install_modules: Downloads and install modules for python

View source: R/install_modules.R

install_modulesR Documentation

Downloads and install modules for python

Description

Runs command line installation of python modules and can select whether to upgrade the python module manager 'pip'.

Usage

install_modules(modules, upgrade_pip = T)

Arguments

modules

Specify a character vector of all python modules to install

upgrade_pip

Specify whether to upgrade the module manager before install i.e. to get the most updated versions for your python version

Value

Installed python modules

Examples

install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1"))
install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1"), upgrade_pip = F)

GitTFJ/addeR documentation built on Sept. 6, 2022, 8:55 p.m.