Skip to content
Prev 171394 / 398506 Next

re ad.table prn file

I?ve tried with:

write.fwf(test,file="E:/test.prn",widths=6), 
but get the error:
Fehler in write.table(t(as.matrix(colnamesMy)), file = file, append =
append,  : 
        unbenutzte(s) Argument(e) (widths = 6)
My matrix hast only one column (so it is a vector), and many rows, I want to
seperate the vector (after 6 character, I don?t know, is the width=6?) in a
matrix with 5 columns. How can I do this? And with format.info I get no
output.

thanks in advance for helping me
Philipp Pagel-5 wrote: