str.data.table: Structure of a data.table

Description Usage Arguments

Description

You tried calling str on a big data.table? Say goodbye to your RAM! At least, that's what you'd be saying before this function. This implements a str method that handles data.tables with atomic elements a bit better.

Usage

1
2
## S3 method for class 'data.table'
str(object, ...)

Arguments

object

A data.table.

...

Optional arguments. Currently ignored.


kevinushey/data.table.extras documentation built on May 20, 2019, 9:09 a.m.