autodetectPython ================ Autodetects the settings needed to connect to the python dll file (*only Windows*). Usage ----- .. code-block:: R autodetectPython(pythonExePath = NULL) Arguments --------- .. raw:: html
pythonExePath   a string containing the path to "python.exe" (e.g. "C:\\Python34\\python.exe").
Examples -------- .. code-block:: R \dontrun{ autodetectPython() autodetectPython("C:\\\\Python27\\\\python.exe") }