read.vector | R Documentation |
Reads a table into a vector
read.vector(f, header = FALSE, sep = "", quote = "\"'")
f |
: path to table file |
header |
: bool, use the header or not |
sep |
: the separator |
quote |
: the quote character |
the vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.