powered by
Check if a table has rows.
replyr_hasrows(d)
tbl or item that can be coerced into such.
number of rows
# NOT RUN { d <- data.frame(x=c(1,2)) replyr_hasrows(d) # }
Run the code above in your browser using DataLab