data.table (version 1.2)

test.data.table: 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()

Arguments

Value

  • TRUE if all tests were successful. FALSE otherwise.

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.

See Also

data.table

Examples

Run this code
test.data.table()

Run the code above in your browser using DataCamp Workspace