Description Usage Arguments Value Examples
View source: R/AutodetectPython.R
Autodetects the settings needed to connect to the python dll file (only Windows).
1 | autodetectPython(pythonExePath = NULL)
|
pythonExePath |
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.
1 2 3 4 5 | ## Not run:
autodetectPython()
autodetectPython("C:\\Python27\\python.exe")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.