Writes data.frame
or matrix
objects to a file
in
prelude format.
Arguments
- data
the object to be written, a
matrix
ordata.frame
.- file
a character string for the output file name (default is "R.pre").
- na.replace
A character to replace NA with in the output file ("" by default)
See also
read_prelude
for reading prelude files