Can R be embedded in html?
Try R package 'brew'? From its package description
Description: brew implements a templating framework for mixing
text and R code for report generation. brew
template syntax is similar to PHP, Ruby's erb
module, Java Server Pages, and Python's psp module.
There is also the rApache project and many other useful links mentioned on R Web Interfaces on the R FAQ page.
Jagat
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- project.org] On Behalf Of chawla Sent: Wednesday, November 28, 2012 9:04 AM To: r-help at r-project.org Subject: [R] Can R be embedded in html? Hi I have previously used PHP script in HTML to connect website with the database and do analysis. Is it also possible to execute R scripts within HTML files? Basically I want to create an application where user can input data such as gene list and their expression values, which can be processed by R and result be displayed or made available for download. If there is some guide on how to do this please give the link. Thanks Konika
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting- guide.html and provide commented, minimal, self-contained, reproducible code.