read.df | R Documentation |
read.df
Read the matrix or data.frame file which has (nrow, ncol) in header
read.df
read.df(file, text = readLines(file), sep = "\t")
file |
full path of file |
text |
text return from readLines(file) |
sep |
seperator of the table. |
a list of matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.