read.df: Read the matrix or data.frame file which has (nrow, ncol) in...

View source: R/readinput.R

read.dfR Documentation

Read the matrix or data.frame file which has (nrow, ncol) in header read.df

Description

Read the matrix or data.frame file which has (nrow, ncol) in header read.df

Usage

read.df(file, text = readLines(file), sep = "\t")

Arguments

file

full path of file

text

text return from readLines(file)

sep

seperator of the table.

Value

a list of matrix


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.