> Is there a way to output data into a file like the unformatted, direct
> fortran files? That's the kind that can be opened with:

It sounds like you want to use cat(), e.g.
cat("x = ", 1:10, file="test.txt")

See also write for outputting matices to file; and write.table and 
write.csv for data frames.

Regards,
Richie.

Mathematical Sciences Unit
HSL


------------------------------------------------------------------------
ATTENTION:

This message contains privileged and confidential inform...{{dropped:20}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to