Description Usage Arguments Value Examples
View source: R/ms_fileread_filewrite.R
Function to read in dataset from tab delimited files. The file should be within a subfolder under current working directory The input such as in the format of "./subfolder/datafile.txt", where the first . indicated the current working directory
1 | ms_fileread(filename)
|
filename |
name of the txt file, in the format of "./subfolder/datafile.txt" |
a dataframe
1 2 3 4 | ## Not run:
ms_fileread("./subfolder/datafile.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.