Create a "tbl" object
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. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.