R-beta: data.entry()

Robert Gentleman rgentlem at stat.auckland.ac.nz
Tue Sep 15 22:46:14 CEST 1998


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list