| make_tbl {dplyr} | R Documentation |
tbl() is the standard constructor for tbls. as.tbl() coerces,
and is.tbl() tests.
make_tbl(subclass, ...)
subclass |
name of subclass. "tbl" is an abstract base class, so you
must supply this value. |
... |
For |
object |
to test/coerce. |