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)

WinVector/replyr documentation built on Oct. 22, 2020, 8:07 p.m.