powered by
Compute dimensions of a tbl.
replyr_dim(x)
tbl or item that can be coerced into such.
dimensions (including rows)
d<- data.frame(x=c(1,2)) replyr_dim(d)
Run the code above in your browser using DataLab