writeColumns: Write Data to a File Column-wise

View source: R/WriteToFiles.R

writeColumnsR Documentation

Write Data to a File Column-wise

Description

Write data.frame or matrix to a text file, using white space padding to keep columns aligned as in print.

Usage

writeColumns(x, file = "", row.names = TRUE, col.names = TRUE)

Arguments

x

the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a matrix.

file

a character string naming a file.

row.names

a logical value indicating whether the row names of x are to be written along with x.

col.names

a logical value indicating whether the column names of x are to be written along with x.


sequoia documentation built on July 4, 2024, 1:10 a.m.