colnames.colbycol {colbycol} | R Documentation |
colnames
lists the column names in a colbycol
object.
It is an extension of the colnames
function.
## S3 method for class 'colbycol': colnames(x, do.NULL, prefix)
x |
a colbycol object |
do.NULL |
required for the colnames default function |
prefix |
required for the colnames default function |
A character vector containing the names of the columns in x
.
Carlos J. Gil Bellosta
cbc.data <- cbc.read.table( system.file("data", "cbc.test.data.txt", package = "colbycol"), sep = "\t" ) colnames( cbc.data )