Hi Nilza, I think your solution should be to create a google spreadsheet and then read it.
Here is an example code for reading a google spreadsheet: supplements.data.0 <- read.csv("http://spreadsheets.google.com/pub?key=0Aqe2P9sYhZ2ndFRKaU1FaWVvOEJiV2NwZ0JHck12X1E&output=csv") I used this trick here: http://www.r-statistics.com/2010/02/nutritional-supplements-efficacy-score-graphing-a-bar-plot-of-current-studies-results-using-r/ And I found out about it from here: http://blog.revolution-computing.com/2009/09/how-to-use-a-google-spreadsheet-as-data-in-r.html You will need to know how to create a google form that will feed a google spreadsheet: Here is a simple video tutorial: http://www.youtube.com/watch?v=IzgaUOW6GIs<http://www.youtube.com/watch?v=IzgaUOW6GIs&feature=related> (This video explains your situation very well :) ) Good luck. Tal ----------------Contact Details:------------------------------------------------------- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Fri, Mar 12, 2010 at 4:49 PM, Nilza BARROS <nilzabar...@gmail.com> wrote: > Hi, R users > > We can create a form using R? > I would like to create a form where the information can be read by R. > Itneeds to be updated daily because I have to tabulate the reasons for > delays > in the generation of numerical models products. > > > I really appreciate any help, > > > Thanks in advance, > Nilza Barros > > [[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. > [[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.