powered by
Autodetects the settings needed to connect to the python dll file (only Windows).
autodetectPython(pythonExePath = NULL)
a string containing the path to "python.exe" (e.g. "C:\Python34\python.exe").
Returns a list containing the information necessary to connect to Python if a compatible Python, version was found, raises an error otherwise.
# NOT RUN { autodetectPython() autodetectPython("C:\\Python27\\python.exe") # }
Run the code above in your browser using DataLab