[BioC] Questions about R on linux
    Jeff Gentry 
    jgentry at jimmy.harvard.edu
       
    Mon Jun 20 18:46:32 CEST 2005
    
    
  
> when i do 
> fix()
> it brings up my data in vi
> is there a way to make it bring up the data in more of a spreadsheet
> like format like it does in the windows version?
The fix() function is just keying off of your EDITOR environment variable,
so changing your EDITOR variable to the editor of your choice (e.g. emacs,
pico, nedit, etc) should do it for you.
    
    
More information about the Bioconductor
mailing list