test.data.table {data.table}R Documentation

Runs a set of tests.

Description

Runs a set of tests that data.table is working, 98 tests at the time of writing this text. Ideally the this function should be ported to RUnit.

Usage

test.data.table()

Details

Runs a series of tests. These can be used to see features and examples of usage - type 'test.data.table' to see the tests.

Value

TRUE if all tests were successful. FALSE otherwise.

Author(s)

Matthew Dowle

See Also

data.table

Examples

    test.data.table()

[Package data.table version 1.2 Index]