ms_filewrite: ms_filewrite

Description Usage Arguments Examples

View source: R/ms_fileread_filewrite.R

Description

Function to write dataset into tab delimited files

Usage

1
ms_filewrite(data, filename, outdir = NULL, withdescription = TRUE)

Arguments

data

dataset to save into txt file

filename

name of the txt file

outdir

the subfolder name to save the txt file

withdescription

whether the dataset contains the description column, default set to TRUE

Examples

1
2
3
4
## Not run: 
 ms_filewrite(data, "file_to_mydata.txt")

## End(Not run)

nkdailingyun/mineCETSA documentation built on Feb. 27, 2021, 8:26 p.m.