wtDF | R Documentation |
write.table applied to DF plus some general customisation
wtDF(DF, filename, path, rowNames = "Gene.ID.ens76", overwrite,
extension = ".tsv", show.path = FALSE)
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 |
message that indicates if the object has been saved to a (named) text file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.