Skip to content

R-beta: data.entry()

2 messages · Robert Gentleman, Peter Dalgaard

#
Bill,
  data entry was one of my first little projects in R. I really wish
  that I had enough time to make it better. It was written long
  before data frames were part of R. The return of individual 
  vectors is done in data.entry. It is pretty simple to instead
  turn tmp1 (which is a list) into a data frame 
  and return that.
  
  Having the vectors appear at top level was something we did
  for our students as they were having a hard time believing that
  you needed to assign everything. Now that R is distributed 
  somewhat more  publicly this may need to change. Opinions?
  
  As for the printing, well that looks like an even larger problem
  than fixing some of data.entry's existing bugs.
  
  robert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Robert Gentleman <rgentlem at stat.auckland.ac.nz> writes:
..some of which are notoriously nasty! Such as the one where the two
first columns somehow gets the same name so that when you save, you
lose the original contents of the first column. (This is definitely in
Rsept for PC, but I suspect it isn't specific to that, and certainly
noone has been doing any debugging of that part lately).

I gave up using data.entry in teaching for that reason, but it really
is a pity because the basic idea of having the spreadsheet-like
interface is very good.