replyr_dim: Compute dimensions of a data.frame (work around...

Description Usage Arguments Value Examples

View source: R/dim.R

Description

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

Usage

1

Arguments

x

tbl or item that can be coerced into such.

Value

dimensions (including rows)

Examples

1
2
d <- data.frame(x=c(1,2))
replyr_dim(d)

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