install_featuretools: Install featuretools

Description Usage Arguments Examples

View source: R/install_featuretools.R

Description

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

Usage

1
2
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

1
2
3
4
## Not run: 
featuretoolsR::install_featuretools()

## End(Not run)

magnusfurugard/featuretoolsR documentation built on April 27, 2020, 11:36 p.m.