wt: write.table without col names and row names

Description Usage

View source: R/sibadaR.R

Description

The original write.table set col.names and row.names TRUE, and when we want to merely write out a pure dataset or matrix we should write in a long line: "col.names = F, row.names = F" and it so inconvenient and troublesome. Now have this function we could not write it again. Other usage is as same as write.table.

Usage

1
wt(x, file = "", ...)

Sibada/sibadaR documentation built on Jan. 31, 2020, 6:40 p.m.