
Accessor functions for attributes of ddo/ddf objects. Methods also include nrow
and ncol
for ddf objects.
kvExample(x)bsvInfo(x)
counters(x)
splitSizeDistn(x)
getKeys(x)
hasExtractableKV(x)
# S3 method for ddo
length(x)
a 'ddf'/'ddo' object
# 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