https://github.com/amrrs/python_plus_r_brug
Code showing Python with R - Bangalore R Local Meetup Presentation
https://github.com/amrrs/python_plus_r_brug
brug python r reticulate rstats
Last synced: 7 months ago
JSON representation
Code showing Python with R - Bangalore R Local Meetup Presentation
- Host: GitHub
- URL: https://github.com/amrrs/python_plus_r_brug
- Owner: amrrs
- Created: 2018-12-08T13:18:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T03:53:04.000Z (about 7 years ago)
- Last Synced: 2025-04-12T14:14:53.483Z (9 months ago)
- Topics: brug, python, r, reticulate, rstats
- Language: HTML
- Size: 4.78 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Combining the Power of R with Python
Code presented in Bangalore R Local Meetup
## How to use this project?
* Clone/Download this Repo (**Note:** There's a 21 MB `csv` file in this repo, remember this before downloading the repo!)
* Make sure you have your LATEX setup for your Rmarkdown to render `pdf`. If not, You should remove the `pdf_document:` from RMD header
* Make sure your `python` is installed and available in the given path `use_python("/usr/local/bin/python3") `
* Install required R and Python packages used in the Document
* `Knit`/`Render` the `Rmd` file to generate the output document
## Why this project?
Simply to show you can use Python inside R seamlessly and innovate new solutions to your problems. Kind of creating a new superhero!

## Output
This code has been used to render the `Rmd` (Rmarkdown) into both [PDF](py_plus_r.pdf) and [HTML](https://htmlpreview.github.io/?https://github.com/amrrs/python_plus_r_brug/blob/master/py_plus_r.html)