Description Usage Arguments Examples
View source: R/ms_fileread_filewrite.R
Function to write dataset into tab delimited files
1 | ms_filewrite(data, filename, outdir = NULL, withdescription = TRUE)
|
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 |
1 2 3 4 | ## Not run:
ms_filewrite(data, "file_to_mydata.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.