Re: [R] Reading a file created with Fortran

2008-02-27 Thread Mike Prager
Ben Bolker <[EMAIL PROTECTED]> wrote: > Dennis Fisher plessthan.com> writes: > > I am trying to read a file written by Fortran. Several lines of the > > file are pasted below: > > Perhaps read.fwf is what you want? (fwf stands for > "fixed width format"). You would have to work out the >

Re: [R] Reading a file created with Fortran

2008-02-26 Thread Dieter Menne
Ben Bolker ufl.edu> writes: > Perhaps read.fwf is what you want? (fwf stands for > "fixed width format"). You would have to work out the > field widths, but it would seem to be pretty straightforward). > [A little bit of extra verbiage will make gmane happier ...] > > Ben Bolker Tru

Re: [R] Reading a file created with Fortran

2008-02-26 Thread Ben Bolker
Dennis Fisher plessthan.com> writes: > > Colleagues, > > I am trying to read a file written by Fortran. Several lines of the > file are pasted below: Perhaps read.fwf is what you want? (fwf stands for "fixed width format"). You would have to work out the field widths, but it would seem