addeR is a package to download python through R, install python modules, and link python to R.
library(devtools) install_github("GitTFJ/addeR") library(addeR)
py_download() #Downloads python and opens installation program. #We recommend adding python to the PATH install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1")) #Specify python modules to install (and versions where necassary) link_python() #Link python to R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.