strip.comments | R Documentation |
Read in file and strip out comments and blank lines.
strip.comments(inp.filename, use.comments = TRUE, header = TRUE)
inp.filename |
name of input file; inp extension is assumed and does not need to be specified |
use.comments |
if TRUE values within /* and */ on data lines are used as row.names for the RMark dataframe. Only use this option if they are unique values. |
header |
if TRUE, input file has header line with field names |
rn |
row names |
out.filename |
output filename |
Jeff Laake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.