Learn R Programming

featuretoolsR (version 0.4.4)

install_featuretools: Install featuretools

Description

Setup for featuretools in it's own virtualenv, or into the default reticulate virtualenv.

Usage

install_featuretools(custom_virtualenv = FALSE, method = "auto",
  conda = "auto")

Arguments

custom_virtualenv

Defaults to false. Set to true if you wish to use a custom virtualenv for featuretoolsR.

method

The installation method passed to py_install. Defaults to "auto".

conda

Whether to use conda or not. Passed to `reticulate::py_install`. Defaults to "auto".

Examples

Run this code
# NOT RUN {
featuretoolsR::install_featuretools()
# }

Run the code above in your browser using DataLab