colnames.colbycol {colbycol}R Documentation

Lists the column names in a colbycol object

Description

colnames lists the column names in a colbycol object. It is an extension of the colnames function.

Usage

## S3 method for class 'colbycol':
colnames(x, do.NULL, prefix)

Arguments

x a colbycol object
do.NULL required for the colnames default function
prefix required for the colnames default function

Value

A character vector containing the names of the columns in x.

Author(s)

Carlos J. Gil Bellosta

See Also

colnames

Examples

    cbc.data <- cbc.read.table( system.file("data", "cbc.test.data.txt", package = "colbycol"), sep = "\t" )
    colnames( cbc.data )

[Package colbycol version 0.4 Index]