Learn R Programming

replyr (version 0.3.01)

replyr_dim: Compute dimensions of a tbl.

Description

Compute dimensions of a tbl.

Usage

replyr_dim(x)

Arguments

x

tbl or item that can be coerced into such.

Value

dimensions (including rows)

Examples

Run this code

d<- data.frame(x=c(1,2))
replyr_dim(d)

Run the code above in your browser using DataLab