Read data file and return as a matrix
1 | bic.file2matrix(dat, header = FALSE, sep = "", skip = 0)
|
dat |
file to read |
header |
logical to indicate whether file contains a header. Default: FALSE |
sep |
delimiter in file (Default: "") |
skip |
number of lines to skip before reading file (Default: 0) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.