sdf_dim
From sparklyr v0.8.2
by Javier Luraschi
Support for Dimension Operations
sdf_dim()
, sdf_nrow()
and sdf_ncol()
provide similar
functionality to dim()
, nrow()
and ncol()
.
Usage
sdf_dim(x)sdf_nrow(x)
sdf_ncol(x)
Arguments
- x
An object (usually a
spark_tbl
).
Community examples
Looks like there are no examples yet.