R/nrow.R
replyr_hasrows.Rd
Check if a table has rows.
replyr_hasrows(d)
tbl or item that can be coerced into such.
number of rows
d <- data.frame(x=c(1,2)) replyr_hasrows(d) #> [1] TRUE