Re: [R] Form using R

2010-03-15 Thread Nilza BARROS
I really appreciate the advices and suggestions. But Gail`s information about google docs it`s exactly what I need. It`s amazing. Thank you very much indeed. Nilza Baroros On Sun, Mar 14, 2010 at 9:33 PM, Farrel Buchinsky wrote: > Tal Galili gmail.com> writes: > > > > > Hi Nilza, > > I just wr

Re: [R] Form using R

2010-03-14 Thread Farrel Buchinsky
Tal Galili gmail.com> writes: > > Hi Nilza, > I just wrote a more detailed answer to your question in the following post: > Google spreadsheets + google forms + R = Easily collecting and importing > data for analysis

Re: [R] Form using R

2010-03-13 Thread Tal Galili
Hi Nilza, I just wrote a more detailed answer to your question in the following post: Google spreadsheets + google forms + R = Easily collecting and importing data for analysis

Re: [R] Form using R

2010-03-13 Thread Tal Galili
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 tri

Re: [R] Form using R

2010-03-13 Thread Erich Neuwirth
You also could use the Excel addin RExcel (from rcom.univie.ac.at). You could use Excel forms to collect you data and the transfer mechanisms of RExcel to put your data into R. The web site has a video demonstrating how to yuse RExcel. On 3/12/2010 10:20 PM, Barry Rowlingson wrote: > On Fri, Mar

Re: [R] Form using R

2010-03-12 Thread Barry Rowlingson
On Fri, Mar 12, 2010 at 7:06 PM, Nilza BARROS wrote: > It would be a form that is filled daily, but some fields were tabulated and > other fields would be filled with only the opinions of users. > > Currently, my form is a Word document that is the filling and printed. At > the end of every month

Re: [R] Form using R

2010-03-12 Thread Bert Gunter
: [R] Form using R It would be a form that is filled daily, but some fields were tabulated and other fields would be filled with only the opinions of users. Currently, my form is a Word document that is the filling and printed. At the end of every month they are analyzed and the reasons for delays

Re: [R] Form using R

2010-03-12 Thread Nilza BARROS
It would be a form that is filled daily, but some fields were tabulated and other fields would be filled with only the opinions of users. Currently, my form is a Word document that is the filling and printed. At the end of every month they are analyzed and the reasons for delays are tabulated and

[R] Form using R

2010-03-12 Thread Nilza BARROS
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 B