replyr_hasrows: Check if a table has rows.

Description Usage Arguments Value Examples

View source: R/nrow.R

Description

Check if a table has rows.

Usage

1

Arguments

d

tbl or item that can be coerced into such.

Value

number of rows

Examples

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

replyr documentation built on Nov. 1, 2019, 7:49 p.m.