> > 1) Is there a way to populate html form element values directly into R or > is it only possible to get the values into a db or an excel file or a csv > file and import it for data analysis. >
I realise this isn't exactly what you are asking, but it is a possible solution. If you google or search these forums you will find information on linking R to the spreadsheet in Google Docs. With GoogleDocs you can create forms that can be filled in online or via email, which automatically populate a google spreadsheet. Running the R code for the analysis then automatically updates with the latest data from the spreadsheet. So the analysis is always based on the latest data. Not sure if that helps, but it may be worth exploring. Graham [[alternative HTML version deleted]] ______________________________________________ R-help@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.