write_delim: Write a tab separated file with "." as decimal separator.

Description Usage Arguments

Description

This function is a wrapper around read.table to write tab separated files with "." as decimal separator.

Usage

1
2
write.delim(x = NULL, file = "", row.names = FALSE, col.names = TRUE,
  quote = TRUE, append = FALSE, na = "", dec = ".")

Arguments

x

Matrix or data.frame to be exported

file

file parameter of write.table

row.names

row names

col.names

col names

quote

quote

append

append

na

NA string

dec

Decimal separator


lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.