ddo-ddf-accessors: Accessor Functions

Description Usage Arguments Examples

Description

Accessor functions for attributes of ddo/ddf objects. Methods also include nrow and ncol for ddf objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
kvExample(x)

bsvInfo(x)

counters(x)

splitSizeDistn(x)

getKeys(x)

hasExtractableKV(x)

## S3 method for class 'ddo'
length(x)

Arguments

x

a 'ddf'/'ddo' object

Examples

1
2
3
4
5
6
7
d <- divide(iris, by = "Species", update = TRUE)
nrow(d)
ncol(d)
length(d)
names(d)
summary(d)
getKeys(d)

datadr documentation built on May 1, 2019, 8:06 p.m.