R is a software environment for statistical computing and graphics. R generally comes delivered as part of some form of 'studio' package, most of which include their own server.
I would like be able to embed graphics within a web page using R code. I would like to be able to do this 'dynamically', so that I can tweak the code / data sources and have the graphics regenerate on their own (as opposed to re-generating images each time I change some aspect of the formula).
This link suggests that django might be able to deal with this without any modifications to the code: https://www.linkedin.com/groups/R-web-apps-77616.S.91223876
Any help to explain an appropriate workflow to link in an R script would be appreciated.