sdf_dim {sparklyr} | R Documentation |
Support for Dimension Operations
Description
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 |
[Package sparklyr version 1.8.6 Index]