make_tbl {dplyr} | R Documentation |
Create a "tbl" object
Description
tbl()
is the standard constructor for tbls. as.tbl()
coerces,
and is.tbl()
tests.
Usage
make_tbl(subclass, ...)
Arguments
subclass |
name of subclass. "tbl" is an abstract base class, so you
must supply this value. |
... |
For |
[Package dplyr version 1.1.4 Index]