ms_fileread: ms_fileread

Description Usage Arguments Value Examples

View source: R/ms_fileread_filewrite.R

Description

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

Usage

1
ms_fileread(filename)

Arguments

filename

name of the txt file, in the format of "./subfolder/datafile.txt"

Value

a dataframe

Examples

1
2
3
4
## Not run: 
 ms_fileread("./subfolder/datafile.txt")

## End(Not run)

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