ddf-accessors: Accessor methods for 'ddf' objects

Description Usage Arguments Examples

Description

Accessor methods for 'ddf' objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
splitRowDistn(x)

## S3 method for class 'ddo'
summary(object, ...)

## S3 method for class 'ddf'
summary(object, ...)

nrow(x)

NROW(x)

ncol(x)

NCOL(x)

## S4 method for signature 'ddf'
nrow(x)

## S4 method for signature 'ddf'
NROW(x)

## S4 method for signature 'ddf'
ncol(x)

## S4 method for signature 'ddf'
NCOL(x)

## S3 method for class 'ddf'
names(x)

Arguments

x

a 'ddf' object

object

a 'ddf'/'ddo' object

...

additional arguments

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.