data.table (version 1.8.0)

test.data.table: Runs a set of tests.

Description

Runs a set of tests to check data.table is working correctly.

Usage

test.data.table(echo=FALSE)

Arguments

echo
Displays each test on the console as it runs.

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, too. Running test.data.table will tell you the full location of the test file(s) to open.

See Also

data.table

Examples

Run this code
test.data.table()

Run the code above in your browser using DataCamp Workspace