wtDF: write.table applied to DF plus some general customisation

View source: R/io.R

wtDFR Documentation

write.table applied to DF plus some general customisation

Description

write.table applied to DF plus some general customisation

Usage

wtDF(DF, filename, path, rowNames = "Gene.ID.ens76", overwrite,
  extension = ".tsv", show.path = FALSE)

Arguments

DF

data.frame to be saved to a text file

filename

Name of the file to be saved

path

Path where the file should be saved

rowNames

The name of the first column in the file

overwrite

if 'TRUE' indicates that the file should be saved in any case, even if it overwrites a previous file with the same name at the same path

extension

by default '.tsv'

show.path

indicates if the path in the message should be printed too

Value

message that indicates if the object has been saved to a (named) text file


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.