Learn R Programming

replyr (version 0.8.2)

replyr_dim: Compute dimensions of a data.frame (work around https://github.com/rstudio/sparklyr/issues/976 ).

Description

Compute dimensions of a data.frame (work around https://github.com/rstudio/sparklyr/issues/976 ).

Usage

replyr_dim(x)

Arguments

x

tbl or item that can be coerced into such.

Value

dimensions (including rows)

Examples

Run this code
# NOT RUN {
d <- data.frame(x=c(1,2))
replyr_dim(d)

# }

Run the code above in your browser using DataLab