dt {data.table}R Documentation

data.table support functions

Description

These are largely direct copies of the base functions for data.frame with the code manipulating row.names removed.

Usage




Arguments

Details

These functions work exactly as their data.frame counterparts, subject to the differences between data.frame and data.table documented under help(data.table).

Value

Note

Author(s)

Matt Dowle

References

See Also

data.table, tables, data.frame

Examples






[Package data.table version 1.0 Index]