readColumnNames | R Documentation |
Read column names from a tab-delimited text file
readColumnNames(file)
file |
File name. |
A vector with column names.
evidenceFile <- system.file("extdata", "evidence.txt.gz", package="proteusLabelFree")
evidence.columns <- readColumnNames(evidenceFile)
evidence.columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.