make_tbl: Create a "tbl" object

View source: R/tbl.R

make_tblR Documentation

Create a "tbl" object

Description

tbl() is the standard constructor for tbls. is.tbl() tests.

Usage

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.


dplyr documentation built on Feb. 3, 2026, 9:08 a.m.