
Accessor methods for 'ddf' objects
splitRowDistn(x)# S3 method for ddo
summary(object, ...)
# S3 method for ddf
summary(object, ...)
nrow(x)
NROW(x)
ncol(x)
NCOL(x)
# S4 method for ddf
nrow(x)
# S4 method for ddf
NROW(x)
# S4 method for ddf
ncol(x)
# S4 method for ddf
NCOL(x)
# S3 method for ddf
names(x)
a 'ddf' object
a 'ddf'/'ddo' object
additional arguments
# NOT RUN {
d <- divide(iris, by = "Species", update = TRUE)
nrow(d)
ncol(d)
length(d)
names(d)
summary(d)
getKeys(d)
# }
Run the code above in your browser using DataLab