tbl: Create a table from a data source

View source: R/tbl.R

tblR Documentation

Create a table from a data source

Description

This is a generic method that dispatches based on the first argument.

Usage

tbl(src, ...)

is.tbl(x)

Arguments

src

A data source

...

Other arguments passed on to the individual methods

x

Any object


hadley/dplyr documentation built on Feb. 16, 2024, 8:27 p.m.