You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to r-h...@r-project.org
hi,
I am said to create a small form in html and after i click the submit
button it should execute R function and move to next page of html....
can I know how can it be done???
can we link R and HTML???
which packages will help me in doing this???
are there any examples similar to this online???
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to r-h...@r-project.org
Hi,
There are many ways to do this. As well as the php way mentioned by
Franz, you could use cgi. This would probably be considered the
traditional way of doing it. As we are java web developers we are
aiming to use Rserve (http://www.rforge.net/Rserve/) and tomcat (this
can also interact with php and C). It probably depends on how you are
set up to serve the rest of your site.