write.delim: write tab delimited file

View source: R/load_cell_data.R

write.delimR Documentation

write tab delimited file

Description

Writes a tab delimited file. Wrapper to write.table

Usage

write.delim(x, file = "", quote = FALSE, sep = "\t", row.names = FALSE, ...)

Arguments

x

data frame to write

file

file to output

quote

a logical value (TRUE or FALSE) or a numeric vector. If TRUE, any character or factor columns will be surrounded by double quotes. If a numeric vector, its elements are taken as the indices of columns to quote. In both cases, row and column names are quoted if they are written. If FALSE, nothing is quoted.

sep

the field separator string. Values within each row of x are separated by this string.

row.names

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.

...

arguments to write.table: append, col.names, sep, dec and qmethod cannot be altered.


gerbeldo/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.