file2df | R Documentation |
Read a text file made of observations
file2df(file.in, header, skip, cnames)
file.in |
A character. Path to a text file with data |
header |
A logical. Does the first column contain column names? |
skip |
A numeric. Number of lines to skip |
cnames |
A vector character. The names of the columns |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.