Rdocumentation
powered by
Learn R Programming
dplyr (version 0.2)
explain: Explain details of an object
Description
This is a generic function which gives more details about an object than
print
, and is more focussed on human readable output than
str
.
Usage
explain(x, ...)
Arguments
x
An object to explain
...
Other parameters possibly used by generic
Details
For more details of explaining dplyr sql tbls, see
explain_sql
.