read.vector {mlxR} | R Documentation |
Reads a table into a vector
read.vector(f, header = FALSE, sep = "", quote = "\"'")
f |
: the table |
header |
: bool, use the header or not |
sep |
: the separator |
quote |
: the quote character |
the vector