By Bob Rudis (@hrbrmstr)
Mon 23 June 2014
|
tags:
r,
rstats,
python,
rstudio,
-- (permalink)
I’ve been using RStudio’s new ability to run Python scripts since I often need to analyze/process data in R but then run web services with said data in Python (usually via Flask). I’d rather live with the foibles of the RStudio editor than use a separate ...