EVOLUTION-MANAGER
Edit File: python_info.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Python configuration</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for python_info {sessioninfo}"><tr><td>python_info {sessioninfo}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Python configuration</h2> <h3>Description</h3> <p>Python configuration </p> <h3>Usage</h3> <pre> python_info() </pre> <h3>Value</h3> <p>Returns a <a href="../../reticulate/html/py_config.html">reticulate::py_config</a> object, which also has the <code>python_info</code> class. It is a named list of values. </p> <p>If reticulate is not installed or Python is not configured, then it return a <code>python_info</code> object that is a character vector, and it does not have a <code>py_config</code> class. </p> <h3>Examples</h3> <pre> python_info() session_info(info = "all") </pre> <hr /><div style="text-align: center;">[Package <em>sessioninfo</em> version 1.2.2 <a href="00Index.html">Index</a>]</div> </body></html>