py_discover_config: Discover the version of Python to use with reticulate.

Description Usage Arguments Value

View source: R/config.R

Description

This function enables callers to check which versions of Python will be discovered on a system as well as which one will be chosen for use with reticulate.

Usage

1
py_discover_config(required_module = NULL, use_environment = NULL)

Arguments

required_module

A optional module name that must be available in order for a version of Python to be used.

use_environment

An optional virtual/conda environment name to prefer in the search

Value

Python configuration object.


Mormukut11/R-interface-to-Python documentation built on May 21, 2019, 9:36 a.m.