cbc.test.data {colbycol}R Documentation

Simple test data

Description

The testdata dataset is a small dataset to test the colnames package. Its contents are, otherwise, meaningless.

Usage

cbc.test.data

Format

This data frame contains the following columns:

col01
numeric
col02
numeric
col03
numeric
col04
text
col05
text

Source

Randomly generated.

See Also

Nothing

Examples

    data( cbc.test.data )
    head( cbc.test.data )

[Package colbycol version 0.4 Index]