/python-to-r

A simple python to R wrapper which uses ryp2 module

Primary LanguagePython

Python to R Wrapper

Installation

  1. You need to have R (3.4.2 or above) installed (https://www.r-project.org)

ex: brew install R

  1. Install python 3.6+

  2. use PIP3 to install all modules which are in the requirements.txt

How to run?

This application is built on flask. The following command will start the app:

export FLASK_APP=main.py
flask run