TRUE/FALSE - was the installation successful or not.
Arguments
page_with_download_url
a link to the list of download links for Python
version_number
Either 2 or 3. Version 2/3 will lead to download of v2.7.xx/3.6.xx respectively.
x64
logical: fetch a 64 bit version. default is TRUE; used to check architecture of current R session.
...
extra parameters to pass to install.URL
Author
Tal Galili and A. Jonathan R. Godfrey
Details
Python is a programming language which has two versions under active development.
Make sure you know which version is required for the code you have to run, or alternatively, make sure you are developing code that is fit for your chosen version of Python. In addition, the Python installers are specific to 32 or 64 bit windows architectures.