[R] Form using R

Erich Neuwirth erich.neuwirth at univie.ac.at
Sat Mar 13 14:08:45 CET 2010


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 12, 2010 at 7:06 PM, Nilza BARROS <nilzabarros at gmail.com> 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 they are analyzed and the reasons for delays are
>> tabulated and the graphs created. I wish the print was not necessary.
>> Furthermore,
>> the reasons would be tabulated automatically.
> 
>  Do you want to build a graphical user interface? With fields to fill
> in, and choices and buttons to press?
> 
> You should first look at the tcltk package that you should find with
> R. That lets you build interfaces using the Tk toolkit.
> 
>  There are also ways of using the Gtk and Qt toolkits from R, but that
> is getting a bit complex and harder to make work on Windows and Linux.
> I guess you're talking Windows because you mention 'Word document'.
> 
>  So do library(tcltk) and then read the documentation.
> 
> Barry
> 
> ______________________________________________
> R-help at 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.
> 
> 

-- 
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459



More information about the R-help mailing list