make_tbl: Create a "tbl" object

Description Usage Arguments Examples

View source: R/tbl.r

Description

tbl is the standard constructor for tbls. as.tbl coerces, and is.tbl tests.

Usage

1
make_tbl(subclass, ...)

Arguments

subclass

name of subclass. "tbl" is an abstract base class, so you must supply this value. tbl_ is automatically prepended to the class name

...

For tbl, other fields used by class. For as.tbl, other arguments passed to methods.

object

to test/coerce.

Examples

1

sctyner/dplyr050 documentation built on May 17, 2019, 2:22 p.m.