Skip to content
Prev 312349 / 398506 Next

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