data_write: Save data using write.table function

View source: R/data_write.R

data_writeR Documentation

Save data using write.table function

Description

Save data using write.table function

Usage

data_write(data, rowname = FALSE, colname = TRUE)

Arguments

rowname

either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written.

colname

either a logical value indicating whether the column names of x are to be written along with x, or a character vector of column names to be written.

file

the file to be saved, usually a data frame or a matrix

Author(s)

Zhonghui Gai

Examples

data_write(mtcars, T)

ZhonghuiGai/gfun documentation built on Feb. 10, 2023, 6:10 p.m.