replyr_ncol: Compute number of columns of a data.frame (work around...

Description Usage Arguments Value Examples

View source: R/dim.R

Description

Compute number of columns 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

number of columns

Examples

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

replyr documentation built on Nov. 1, 2019, 7:49 p.m.