Skip to content
Prev 171397 / 398503 Next

re ad.table prn file

On Mon, Feb 23, 2009 at 06:24:33AM -0800, canadiangirl19 wrote:
Are you sure the above is your actual code? I didn't even know the
function write.fwf existed. I was suggesting was to READ the file with
read.fwf. Your reply seems to indicate that you are first reading the
file by some other means and then trying to write it back to a file. 

If, for some obscure reason, you really cannot use read.fwf(),
textConnection() would be an option. But it would probably only
complicate things more than necessary.

cu
	Philipp