Free Access Week - Data Engineering + BI
Data engineering and BI courses are free!
Free Access Week - Jun 2-8

replyr (version 0.2.0)

replyr_nrow: Compute number of rows of a tbl.

Description

Number of row in a table. This function is not "group aware" it returns the total number of rows, not rows per dplyr group.

Usage

replyr_nrow(x)

Arguments

x
tbl or item that can be coerced into such.

Value

number of rows

Examples

Run this code

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

Run the code above in your browser using DataLab