tbl_nrow: Number of rows in a tbl object

View source: R/tbl-format-setup.R

tbl_nrowR Documentation

Number of rows in a tbl object

Description

This generic will be called by tbl_format_setup() to determine the number of rows in a tbl object.

Usage

tbl_nrow(x, ...)

Arguments

x

A tbl object.

...

These dots are for future extensions and must be empty.


hadley/pillar documentation built on Dec. 19, 2024, 6:22 a.m.