Learn R Programming

reservoirnet (version 0.3.0)

install_reservoirpy: Install reservoirpy

Description

Install reservoirpy

Usage

install_reservoirpy(envname = "r-reticulate", method = "auto")

Value

A NULL object after installing reservoirpy python module.

Arguments

envname

str name of environment. Default is R-reticulate

method

str type of environment type (virtualenv, conda). Default is auto (virtualenv is not available on Windows)

Examples

Run this code
if (FALSE) {
reservoirnet::install_reservoirpy()
}

Run the code above in your browser using DataLab