Skip to contents

Writes data.frame or matrix objects to a file in prelude format.

Usage

write_prelude(data, file = "R.pre", na.replace = "")

Arguments

data

the object to be written, a matrix or data.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)

Note

If file exist it is simply overwritten without any warning

See also

read_prelude for reading prelude files

Author

hoski@hafro.is